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

Commit c1287148 authored by Mady Mellor's avatar Mady Mellor Committed by android-build-merger
Browse files

Merge "Fix regression from ag/6938053 where the pointer is in wrong place"...

Merge "Fix regression from ag/6938053 where the pointer is in wrong place" into qt-dev am: 9aae324a
am: 12e57f3c

Change-Id: I9f7c40fc66ea809a4268ace99f6e767e08917220
parents 394d91f3 12e57f3c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.