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; break;
default: { case ConversationOption.block: {
showNotImplementedDialog("chat-closing", context); showNotImplementedDialog("blocking", context);
} }
break; break;
} }