temporarily removing no-op room settings toolbar overflow

This commit is contained in:
Adam Brown 2022-09-29 19:52:44 +01:00
parent 5f8f0b87ca
commit c2b45d6fa9
1 changed files with 3 additions and 3 deletions

View File

@ -74,9 +74,9 @@ internal fun MessengerScreen(
Column {
Toolbar(onNavigate = { navigator.navigate.upToHome() }, roomTitle, actions = {
OverflowMenu {
DropdownMenuItem(text = { Text("Settings", color = MaterialTheme.colorScheme.onSecondaryContainer) }, onClick = {})
}
// OverflowMenu {
// DropdownMenuItem(text = { Text("Settings", color = MaterialTheme.colorScheme.onSecondaryContainer) }, onClick = {})
// }
})
when (state.composerState) {
is ComposerState.Text -> {