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

Commit 70103875 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

am: d3747baa

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