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;
|
break;
|
||||||
default: {
|
case ConversationOption.block: {
|
||||||
showNotImplementedDialog("chat-closing", context);
|
showNotImplementedDialog("blocking", context);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user