chore: close emoji picker on chat tap without opening toolbar

pull/2245/head
ggurdin 5 months ago
parent 832dcf674a
commit 229e11e00c
No known key found for this signature in database
GPG Key ID: A01CB41737CBB478

@ -1925,7 +1925,10 @@ class ChatController extends State<ChatPageWithRoom>
return;
}
// Close emoji picker, if open
showEmojiPicker = false;
if (showEmojiPicker) {
hideEmojiPicker();
return;
}
// Check if the user has set their languages. If not, prompt them to do so.
if (!MatrixState.pangeaController.languageController.languagesSet) {

Loading…
Cancel
Save