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

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

Merge "Remove notifyInsetsChanged call from notifyControlChanged" into main

parents ac4488ca 118c8a52
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -374,12 +374,6 @@ class InsetsStateController {
    void notifyControlChanged(InsetsControlTarget target, InsetsSourceProvider provider) {
        addToPendingControlMaps(target, provider);
        notifyPendingInsetsControlChanged();

        if (android.view.inputmethod.Flags.refactorInsetsController()) {
            notifyInsetsChanged();
            mDisplayContent.updateSystemGestureExclusion();
            mDisplayContent.getDisplayPolicy().updateSystemBarAttributes();
        }
    }

    void notifySurfaceTransactionReady(InsetsSourceProvider provider, long id, boolean ready) {