mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
begin adding map view
This commit is contained in:
parent
fb2304ba82
commit
9be189f89c
10 changed files with 64 additions and 2 deletions
|
|
@ -146,6 +146,7 @@ private fun AppContent(openDrawer: () -> Unit) {
|
|||
Screen.settings -> SettingsContent()
|
||||
Screen.users -> HomeContent()
|
||||
Screen.channel -> ChannelContent()
|
||||
Screen.map -> MapContent()
|
||||
else -> TODO()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue