Set minimum location update intervhals to 15 minute
This commit is contained in:
parent
9c42ad687d
commit
0eac217399
@ -42,7 +42,7 @@ class _IntegrationSettingsPageState extends State<IntegrationSettingsPage> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void decLocationInterval() {
|
void decLocationInterval() {
|
||||||
if (_locationInterval > 1) {
|
if (_locationInterval > 15) {
|
||||||
setState(() {
|
setState(() {
|
||||||
_locationInterval = _locationInterval - 1;
|
_locationInterval = _locationInterval - 1;
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user