change: Nicer design for selecting items
This commit is contained in:
parent
1d629ae79a
commit
d66195342e
3 changed files with 31 additions and 43 deletions
|
|
@ -590,20 +590,6 @@ class ChatController extends State<Chat> {
|
|||
inputFocus.requestFocus();
|
||||
}
|
||||
|
||||
void onEventActionPopupMenuSelected(selected) {
|
||||
switch (selected) {
|
||||
case 'copy':
|
||||
copyEventsAction();
|
||||
break;
|
||||
case 'redact':
|
||||
redactEventsAction();
|
||||
break;
|
||||
case 'report':
|
||||
reportEventAction();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void goToNewRoomAction() async {
|
||||
if (OkCancelResult.ok !=
|
||||
await showOkCancelAlertDialog(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue