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

Commit 528177a7 authored by Felix Stern's avatar Felix Stern Committed by Android Build Coastguard Worker
Browse files

Remove notifyInsetsChanged call from notifyControlChanged

Bug: 298172246
Test: atest CtsInputMethodTestCases
Flag: EXEMPT refactor
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:118c8a521ae0092377c311f01208316ce3cbd40f)
Merged-In: I7e71815bc9246d07de0cb6bf67a4049ba8a8e9ca
Change-Id: I7e71815bc9246d07de0cb6bf67a4049ba8a8e9ca
parent 665c4013
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) {