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

Commit 986030fb authored by Piotr Wilczyński's avatar Piotr Wilczyński Committed by Gerrit Code Review
Browse files

Merge "Fix judgment logic of DisplayDeviceConfig#loadSdrHdrRatioMap." into main

parents 411e91c7 10ce2f10
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1940,7 +1940,7 @@ public class DisplayDeviceConfig {


        final List<SdrHdrRatioPoint> points = sdrHdrRatioMap.getPoint();
        final List<SdrHdrRatioPoint> points = sdrHdrRatioMap.getPoint();
        final int size = points.size();
        final int size = points.size();
        if (size <= 0) {
        if (size == 0) {
            return null;
            return null;
        }
        }