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

Commit 4773bc74 authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Remove accidental restored extra invocation

It was removed by [1].
But [2] added it accidentally again when rebasing patchset.

[1]: I45571944cc0dc8e425daa506bd0752081df571e8
[2]: I8e3a74ee579f085cb582040fdba725e7a63d6b85

Bug: 159103089
Flag: EXEMPT remove unused code
Test: atest KeepClearRectsTests
Change-Id: I7f94477627869f1128fe074f17e462c53d565a67
parent 8834b35c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -380,7 +380,6 @@ class InsetsStateController {
        if (android.view.inputmethod.Flags.refactorInsetsController()) {
            notifyInsetsChanged();
            mDisplayContent.updateSystemGestureExclusion();
            mDisplayContent.updateKeepClearAreas();
            mDisplayContent.getDisplayPolicy().updateSystemBarAttributes();
        }
    }