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

Commit d3747baa authored by Shasidhar Ganiga's avatar Shasidhar Ganiga Committed by android-build-merger
Browse files

Merge "Fix for framework reboot on connecting to TV through HDMI."

am: 7585cbfd

* commit '7585cbfd':
  Fix for framework reboot on connecting to TV through HDMI.
parents 86feb012 7585cbfd
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -191,6 +191,9 @@ final class LocalDisplayAdapter extends DisplayAdapter {
                for (int j = 0; j < colorTransforms.size(); j++) {
                for (int j = 0; j < colorTransforms.size(); j++) {
                    if (colorTransforms.get(j).getColorTransform() == info.colorTransform) {
                    if (colorTransforms.get(j).getColorTransform() == info.colorTransform) {
                        existingMode = true;
                        existingMode = true;
                        if (i == activeDisplayInfo) {
                            activeColorTransform = colorTransforms.get(j);
                        }
                        break;
                        break;
                    }
                    }
                }
                }