Merge pull request #2476 from urbit/mp/weather-dector

weather: redirect after autodetect submission
This commit is contained in:
ixv 2020-03-13 13:47:37 -07:00 committed by GitHub
commit 3bb8a7d13f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ export default class WeatherTile extends Component {
}, { maximumAge: Infinity, timeout: 10000 });
api.action("clock", "json", latlng);
api.action('weather', 'json', latlng);
this.setState({ manualEntry: !this.state.manualEntry });
});
}