Unnecessary parameter (fix #32)
This commit is contained in:
parent
dc6be06738
commit
9d18623e22
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ class Preferences {
|
||||||
preventSuspend: heartbeatInterval > 0,
|
preventSuspend: heartbeatInterval > 0,
|
||||||
disableElasticity: true,
|
disableElasticity: true,
|
||||||
disableStopDetection: instance.getBool(stopDetection) == false,
|
disableStopDetection: instance.getBool(stopDetection) == false,
|
||||||
pausesLocationUpdatesAutomatically: instance.getBool(stopDetection) == false,
|
|
||||||
fastestLocationUpdateInterval: isHighestAccuracy ? 0 : fastestLocationUpdateInterval,
|
fastestLocationUpdateInterval: isHighestAccuracy ? 0 : fastestLocationUpdateInterval,
|
||||||
backgroundPermissionRationale: bg.PermissionRationale(
|
backgroundPermissionRationale: bg.PermissionRationale(
|
||||||
title: 'Allow {applicationName} to access this device\'s location in the background',
|
title: 'Allow {applicationName} to access this device\'s location in the background',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue