Skip to content

Commit 25517f1

Browse files
committed
fix(android): update location config
1 parent cc31a7b commit 25517f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/src/main/java/com/rngooglemapsplus/LocationHandler.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ class LocationHandler(
5757
this.interval = interval ?: INTERVAL_DEFAULT
5858
this.minUpdateInterval = minUpdateInterval ?: MIN_UPDATE_INTERVAL
5959
buildLocationRequest(this.priority, this.interval, this.minUpdateInterval)
60+
stop()
61+
start()
6062
}
6163

6264
fun showLocationDialog() {

0 commit comments

Comments
 (0)