Skip to content

Commit

Permalink
temporarily removing no-op room settings toolbar overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Sep 29, 2022
1 parent 5f8f0b8 commit c2b45d6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 -> {
Expand Down

0 comments on commit c2b45d6

Please sign in to comment.