Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +4 −2 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading @@ -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(); Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +4 −2 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading @@ -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(); Loading