Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleExpandedView.java +3 −0 Original line number Diff line number Diff line Loading @@ -229,6 +229,9 @@ public class BubbleExpandedView extends LinearLayout implements View.OnClickList true /* singleTaskInstance */); addView(mActivityView); // Make sure pointer is below activity view bringChildToFront(mPointerView); setOnApplyWindowInsetsListener((View view, WindowInsets insets) -> { // Keep track of IME displaying because we should not make any adjustments that might // cause a config change while the IME is displayed otherwise it'll loose focus. Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleExpandedView.java +3 −0 Original line number Diff line number Diff line Loading @@ -229,6 +229,9 @@ public class BubbleExpandedView extends LinearLayout implements View.OnClickList true /* singleTaskInstance */); addView(mActivityView); // Make sure pointer is below activity view bringChildToFront(mPointerView); setOnApplyWindowInsetsListener((View view, WindowInsets insets) -> { // Keep track of IME displaying because we should not make any adjustments that might // cause a config change while the IME is displayed otherwise it'll loose focus. Loading