showing real channel data works

This commit is contained in:
geeksville 2020-03-15 16:30:12 -07:00
parent 6ce859a952
commit 36b2da72e4
5 changed files with 171 additions and 132 deletions

View file

@ -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()
}