mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix drawer layout
This commit is contained in:
parent
4300447163
commit
1a1847cd42
1 changed files with 4 additions and 1 deletions
|
|
@ -189,6 +189,8 @@ private fun AppContent(openDrawer: () -> Unit) {
|
|||
when (screen) {
|
||||
Screen.messages -> HomeContent()
|
||||
Screen.settings -> BTScanScreen()
|
||||
Screen.users -> HomeContent()
|
||||
Screen.channel -> HomeContent()
|
||||
else -> TODO()
|
||||
}
|
||||
}
|
||||
|
|
@ -275,7 +277,8 @@ private fun DrawerButton(
|
|||
text = label,
|
||||
style = (MaterialTheme.typography()).body2.copy(
|
||||
color = textIconColor
|
||||
)
|
||||
),
|
||||
modifier = LayoutWidth.Fill
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue