mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix bug where dialog would not dismiss after toggling between keyboards.
This commit is contained in:
committed by
Greyson Parrelli
parent
e419d70d51
commit
ec1935572e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user