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

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

Merge "If bubble bar is collapsing, hide the IME" into main

parents 7821203b a23f16b6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2001,6 +2001,10 @@ public class BubbleController implements ConfigurationChangeListener,
            // in bubble bar mode, let the request to show the expanded view come from launcher.
            // only collapse here if we're collapsing.
            if (mLayerView != null && !isExpanded) {
                if (mBubblePositioner.isImeVisible()) {
                    // If we're collapsing, hide the IME
                    hideCurrentInputMethod();
                }
                mLayerView.collapse();
            }
        }