Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 624419af authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "Fix an issue where we'd hide the IME while dragging collapsed bubbles" into main

parents ea389846 1eec855e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -674,7 +674,7 @@ public class BubbleStackView extends FrameLayout
                return;
            }

            if (mPositioner.isImeVisible()) {
            if (mIsExpanded && mPositioner.isImeVisible()) {
                hideCurrentInputMethod();
            }