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

Commit 88a13f72 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/30935226'] into 25Q1-release.

Change-Id: I7366da510b5f611cfbb5fe2218d34c232c889c9c
parents 665c4013 528177a7
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) {