mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-06 13:53:02 -05:00
setTileSource in onViewCreated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user