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

Commit 5d2fa0e0 authored by Lajos Molnar's avatar Lajos Molnar
Browse files

Fix build

Change-Id: Ic06f633e5d57b28260fa94914e2a0daccdaa1a14
parent 73a4b865
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ public class LegacyRequestMapper {
                    CONTROL_AE_EXPOSURE_COMPENSATION,
                    /*defaultValue*/0);

            if (!compensationRange.inRange(compensation)) {
            if (!compensationRange.contains(compensation)) {
                Log.w(TAG,
                        "convertRequestMetadata - control.aeExposureCompensation " +
                        "is out of range, ignoring value");