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

Commit 7690586c authored by Cam Bickel's avatar Cam Bickel Committed by Camden Bickel
Browse files

Cleanup flag "remove_on_window_infos_changed_..."

Full flag name:
"remove_on_window_infos_changed_handler"

Bug: b/333834990
Test: presubmit
Flag: EXEMPT flag cleanup
Change-Id: I24ab0c538dac2101e0e9ca36884af6bb7504ad73
parent 40c99aa5
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -150,11 +150,7 @@ public final class AccessibilityWindowsPopulator extends WindowInfosListener {
    @Override
    public void onWindowInfosChanged(InputWindowHandle[] windowHandles,
            DisplayInfo[] displayInfos) {
        if (com.android.server.accessibility.Flags.removeOnWindowInfosChangedHandler()) {
        onWindowInfosChangedInternal(windowHandles, displayInfos);
        } else {
            mHandler.post(() -> onWindowInfosChangedInternal(windowHandles, displayInfos));
        }
    }

    private void onWindowInfosChangedInternal(InputWindowHandle[] windowHandles,