chore: close emoji picker on chat tap without opening toolbar
This commit is contained in:
parent
832dcf674a
commit
229e11e00c
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue