Stop showing location before updating appToConnectPackage
This commit is contained in:
parent
92da7ee8a9
commit
3999c160a7
1 changed files with 1 additions and 1 deletions
|
@ -179,8 +179,8 @@ class TelegramSettings(private val app: TelegramApplication) {
|
||||||
}
|
}
|
||||||
|
|
||||||
fun updateAppToConnect(appToConnectPackage: String) {
|
fun updateAppToConnect(appToConnectPackage: String) {
|
||||||
this.appToConnectPackage = appToConnectPackage
|
|
||||||
app.showLocationHelper.stopShowingLocation()
|
app.showLocationHelper.stopShowingLocation()
|
||||||
|
this.appToConnectPackage = appToConnectPackage
|
||||||
app.osmandAidlHelper.reconnectOsmand()
|
app.osmandAidlHelper.reconnectOsmand()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue