mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
showing real channel data works
This commit is contained in:
parent
6ce859a952
commit
36b2da72e4
5 changed files with 171 additions and 132 deletions
|
|
@ -145,7 +145,7 @@ private fun AppContent(openDrawer: () -> Unit) {
|
|||
Screen.messages -> MessagesContent()
|
||||
Screen.settings -> SettingsContent()
|
||||
Screen.users -> HomeContent()
|
||||
Screen.channel -> ChannelContent()
|
||||
Screen.channel -> ChannelContent(UIState.getChannel())
|
||||
Screen.map -> MapContent()
|
||||
else -> TODO()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue