mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Attempt to fix view jitter when switching keyboards.
This commit is contained in:
committed by
Greyson Parrelli
parent
b4a34599d7
commit
aa2075c78f
@@ -253,11 +253,7 @@ class AddMessageDialogFragment : KeyboardEntryDialogFragment(R.layout.v2_media_a
|
||||
binding.hud.showSoftkey(binding.content.addAMessageInput)
|
||||
} else {
|
||||
requestedEmojiDrawer = true
|
||||
binding.hud.hideSoftkey(binding.content.addAMessageInput) {
|
||||
binding.hud.post {
|
||||
binding.hud.show(binding.content.addAMessageInput, emojiDrawerStub.get())
|
||||
}
|
||||
}
|
||||
binding.hud.show(binding.content.addAMessageInput, emojiDrawerStub.get())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user