mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Setup new class to handle "auth" urls
This commit is contained in:
parent
11915df72e
commit
42cba353fa
4 changed files with 64 additions and 43 deletions
|
|
@ -490,7 +490,7 @@ class MapFragment : ScreenFragment("Map"), Logging, View.OnClickListener {
|
|||
val layer = TilesOverlay(
|
||||
MapTileProviderBasic(
|
||||
activity,
|
||||
CustomTileSource.NOAA_RADAR_WMS
|
||||
CustomTileSource.OPENWEATHER_RADAR
|
||||
), context
|
||||
)
|
||||
layer.loadingBackgroundColor = Color.TRANSPARENT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue