Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/BubbleBarExpandedView.java +5 −0 Original line number Diff line number Diff line Loading @@ -353,6 +353,11 @@ public class BubbleBarExpandedView extends FrameLayout implements BubbleTaskView if (isDragging != mIsDragging) { mIsDragging = isDragging; updateSamplingState(); if (isDragging && mPositioner.isImeVisible()) { // Hide the IME when dragging begins mManager.hideCurrentInputMethod(); } } } Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/BubbleBarExpandedView.java +5 −0 Original line number Diff line number Diff line Loading @@ -353,6 +353,11 @@ public class BubbleBarExpandedView extends FrameLayout implements BubbleTaskView if (isDragging != mIsDragging) { mIsDragging = isDragging; updateSamplingState(); if (isDragging && mPositioner.isImeVisible()) { // Hide the IME when dragging begins mManager.hideCurrentInputMethod(); } } } Loading