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

Commit f7286fb3 authored by Steve Kondik's avatar Steve Kondik
Browse files

livedisplay: Fix color calibration

 * Color calibration was not applied when the color temperature wasn't
   being adjusted as well. Fixit.

Change-Id: I69d11359088db088f5f1fd9bd1d3abfa54cc50c2
parent 0beb0fca
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -285,10 +285,6 @@ public class LiveDisplayController {
            temperature = getTwilightK(twilight);
        }

        if (temperature == mColorTemperature) {
            return;
        }

        if (mAnimator != null) {
            mAnimator.cancel();
        }