mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Move to initial zoom level when a user is focused.
This commit is contained in:
parent
7f821f1285
commit
372ff9ff97
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ class LocationLiveMapViewFragment @Inject constructor() : VectorBaseFragment<Fra
|
|||
.find { it.matrixItem.id == userId }
|
||||
?.locationData
|
||||
?.let { locationData ->
|
||||
mapboxMap?.get()?.zoomToLocation(locationData, preserveCurrentZoomLevel = true)
|
||||
mapboxMap?.get()?.zoomToLocation(locationData, preserveCurrentZoomLevel = false)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue