ui: Fix wrong feature being not available

This commit is contained in:
PapaTutuWawa 2022-02-27 12:05:56 +01:00
parent c15b33b2ed
commit 1de953667e

View File

@ -188,8 +188,8 @@ class _ConversationPageState extends State<ConversationPage> {
);
}
break;
default: {
showNotImplementedDialog("chat-closing", context);
case ConversationOption.block: {
showNotImplementedDialog("blocking", context);
}
break;
}