Revert "Fix soft keyboard popping up when the text was selected when the other keyboard was open."

This reverts commit 6d41d1f6d2.
This commit is contained in:
Cody Henthorne
2022-03-18 14:09:52 -04:00
parent 75e15c81e1
commit 3e77975c17
2 changed files with 1 additions and 29 deletions

View File

@@ -3286,7 +3286,7 @@ public class ConversationParentFragment extends Fragment
emojiDrawerStub.get().setFragmentManager(getChildFragmentManager());
if (container.getCurrentInput() == emojiDrawerStub.get()) {
container.showSoftkey(composeText, true);
container.showSoftkey(composeText);
} else {
container.show(composeText, emojiDrawerStub.get());
}