mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Hide attachment keyboard if system keyboard shows.
This commit is contained in:
@@ -1172,6 +1172,9 @@ public class ConversationParentFragment extends Fragment
|
||||
if (emojiDrawerStub.resolved() && emojiDrawerStub.get().isShowing() && !emojiDrawerStub.get().isEmojiSearchMode()) {
|
||||
emojiDrawerStub.get().hide(true);
|
||||
}
|
||||
if (attachmentKeyboardStub.resolved() && attachmentKeyboardStub.get().isShowing()) {
|
||||
attachmentKeyboardStub.get().hide(true);
|
||||
}
|
||||
}
|
||||
|
||||
@Subscribe(threadMode = ThreadMode.MAIN)
|
||||
|
||||
Reference in New Issue
Block a user