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

Commit 569af4e9 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 1727a8e0: am 31519f63: am ea9675e7: Merge "Do not issue config change...

am 1727a8e0: am 31519f63: am ea9675e7: Merge "Do not issue config change command when not needed" into mnc-dr-dev

* commit '1727a8e0':
  Do not issue config change command when not needed
parents 1e595bc2 1727a8e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -544,7 +544,7 @@ final class LocalDisplayAdapter extends DisplayAdapter {
                    physIndex = findDisplayInfoIndexLocked(colorTransformId, modeId);
                }
            }
            if (physIndex > 0 && mActivePhysIndex == physIndex) {
            if (mActivePhysIndex == physIndex) {
                return;
            }
            SurfaceControl.setActiveConfig(getDisplayTokenLocked(), physIndex);