Fix bug where dialog would not dismiss after toggling between keyboards.

This commit is contained in:
Alex Hart
2021-09-07 16:27:58 -03:00
committed by Greyson Parrelli
parent e419d70d51
commit ec1935572e

View File

@@ -179,6 +179,7 @@ class AddMessageDialogFragment : KeyboardEntryDialogFragment(R.layout.v2_media_a
}
if (hud.currentInput == emojiDrawerStub.get()) {
requestedEmojiDrawer = false
hud.showSoftkey(input)
} else {
requestedEmojiDrawer = true