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

Commit 84f9f482 authored by Fiona Campbell's avatar Fiona Campbell
Browse files

Remove extra scheduleTraversalLocked

This is called at the end of handleLogicalDisplayChangedLocked() anyway.

Bug: 187283378
Test: manual
Change-Id: I47b1ad315b334ab7128487ea2e305fe27ce0a01a
parent ddae9c92
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -678,7 +678,6 @@ public final class DisplayManagerService extends SystemService {
                        display.getDisplayInfoLocked().shouldConstrainMetricsForLauncher;
                if (display.setDisplayInfoOverrideFromWindowManagerLocked(info)) {
                    handleLogicalDisplayChangedLocked(display);
                    scheduleTraversalLocked(false);
                }
            }
        }