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

Commit 847e9c12 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "SnapdragonGallery: update min birghtness value" into android-snapdragonGallery.lnx.2.0

parents beaa4f96 c614baa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ public class GestureControllerOverlay extends FrameLayout implements
        }
        float targetBrightness = (float) (mStartBrightness + adjustPercent * 1.0f);
        if (targetBrightness <= 0.0f) {
            targetBrightness = 0.0f;
            targetBrightness = 0.004f;
        } else if (targetBrightness >= 1.0f) {
            targetBrightness = 1.0f;
        }