setTileSource in onViewCreated

pull/475/head
andrekir 2022-09-03 07:39:37 -03:00
rodzic e90b856524
commit 7c2e20c2fd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -66,7 +66,7 @@ class MapFragment : ScreenFragment("Map"), Logging {
mPrefs = context!!.getSharedPreferences(prefsName, Context.MODE_PRIVATE)
setupMapProperties()
loadOnlineTileSourceBase()
map.setTileSource(loadOnlineTileSourceBase())
map.let {
if (view != null) {
mapController = map.controller