ui: Fix wrong feature being not available
This commit is contained in:
parent
c15b33b2ed
commit
1de953667e
@ -188,8 +188,8 @@ class _ConversationPageState extends State<ConversationPage> {
|
||||
);
|
||||
}
|
||||
break;
|
||||
default: {
|
||||
showNotImplementedDialog("chat-closing", context);
|
||||
case ConversationOption.block: {
|
||||
showNotImplementedDialog("blocking", context);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user