We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc31a7b commit 25517f1Copy full SHA for 25517f1
android/src/main/java/com/rngooglemapsplus/LocationHandler.kt
@@ -57,6 +57,8 @@ class LocationHandler(
57
this.interval = interval ?: INTERVAL_DEFAULT
58
this.minUpdateInterval = minUpdateInterval ?: MIN_UPDATE_INTERVAL
59
buildLocationRequest(this.priority, this.interval, this.minUpdateInterval)
60
+ stop()
61
+ start()
62
}
63
64
fun showLocationDialog() {
0 commit comments