mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
setTileSource in onViewCreated
This commit is contained in:
parent
e90b856524
commit
7c2e20c2fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue