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

Commit cd1c3790 authored by John Reck's avatar John Reck
Browse files

Fix missing callback

Fixes: 304301971
Test: silkfx logcat
Change-Id: Ie83e37982a0c30c1ad0567f8b12f513eccefe105
parent 95e3464b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2654,6 +2654,7 @@ public final class Display {
            if (displayId == getDisplayId()) {
                float newRatio = getHdrSdrRatio();
                if (newRatio != mLastReportedRatio) {
                    mLastReportedRatio = newRatio;
                    mListener.accept(Display.this);
                }
            }