mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 19:00:26 +01:00
Fix situation where two keyboards could be showing.
This commit is contained in:
committed by
Cody Henthorne
parent
6b55cd0128
commit
f5777d58fc
@@ -1169,6 +1169,9 @@ public class ConversationParentFragment extends Fragment
|
||||
@Override
|
||||
public void onKeyboardShown() {
|
||||
inputPanel.onKeyboardShown();
|
||||
if (emojiDrawerStub.resolved() && emojiDrawerStub.get().isShowing()) {
|
||||
emojiDrawerStub.get().hide(true);
|
||||
}
|
||||
}
|
||||
|
||||
@Subscribe(threadMode = ThreadMode.MAIN)
|
||||
|
||||
Reference in New Issue
Block a user