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

Commit 118c8a52 authored by Felix Stern's avatar Felix Stern
Browse files

Remove notifyInsetsChanged call from notifyControlChanged

Bug: 298172246
Test: atest CtsInputMethodTestCases
Flag: EXEMPT refactor
Change-Id: I7e71815bc9246d07de0cb6bf67a4049ba8a8e9ca
parent 58bc833e
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) {