iOS config only
This commit is contained in:
parent
9ba5716e35
commit
116283a5ee
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class Preferences {
|
|||
fastestLocationUpdateInterval: Platform.isAndroid ? (isHighestAccuracy ? 0 : fastestLocationUpdateInterval) : null,
|
||||
disableElasticity: true,
|
||||
pausesLocationUpdatesAutomatically: Platform.isIOS ? !(isHighestAccuracy || instance.getBool(stopDetection) == false) : null,
|
||||
showsBackgroundLocationIndicator: false,
|
||||
showsBackgroundLocationIndicator: Platform.isIOS ? false : null,
|
||||
),
|
||||
app: bg.AppConfig(
|
||||
enableHeadless: Platform.isAndroid ? true : null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue