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

Commit c7d6dda4 authored by Liran Binyamin's avatar Liran Binyamin Committed by Android (Google) Code Review
Browse files

Merge "Hide IME only after bubble drag started" into main

parents a09a69ba bc8b9324
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -633,8 +633,6 @@ public class BubbleStackView extends FrameLayout
                        mMagneticTarget,
                        mIndividualBubbleMagnetListener);

                hideCurrentInputMethod();

                // Save the magnetized individual bubble so we can dispatch touch events to it.
                mMagnetizedObject = mExpandedAnimationController.getMagnetizedBubbleDraggingOut();
            } else {
@@ -671,6 +669,10 @@ public class BubbleStackView extends FrameLayout
                return;
            }

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

            // Show the dismiss target, if we haven't already.
            mDismissView.show();