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

Commit 5b56429b authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fix missing callback" into main

parents fbec3c7d cd1c3790
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2656,6 +2656,7 @@ public final class Display {
            if (displayId == getDisplayId()) {
                float newRatio = getHdrSdrRatio();
                if (newRatio != mLastReportedRatio) {
                    mLastReportedRatio = newRatio;
                    mListener.accept(Display.this);
                }
            }