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

Commit 3c56396e authored by Felix Stern's avatar Felix Stern Committed by Android (Google) Code Review
Browse files

Merge "Call notifyInsetsChanged onRequestedVisibleTypesChanged" into main

parents e828c13b e5447541
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -228,7 +228,6 @@ class InsetsStateController {
            changed |= provider.updateClientVisibility(caller,
                    isImeProvider ? statsToken : null);
        }
        if (!android.view.inputmethod.Flags.refactorInsetsController()) {
        if (changed) {
            notifyInsetsChanged();
            mDisplayContent.updateSystemGestureExclusion();
@@ -236,7 +235,6 @@ class InsetsStateController {
            mDisplayContent.getDisplayPolicy().updateSystemBarAttributes();
        }
    }
    }

    @InsetsType int getFakeControllingTypes(InsetsTarget target) {
        @InsetsType int types = 0;