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

Commit 0d3c613e authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

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

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

* commit '569af4e9':
  Do not issue config change command when not needed
parents 82418d11 569af4e9
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);