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

Commit 7e633df3 authored by Vishnu Nair's avatar Vishnu Nair Committed by Automerger Merge Worker
Browse files

Merge "mMaximumObscuringOpacityForTouch should remain valid" into tm-qpr-dev am: 44e16010

parents 59444f38 44e16010
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -913,6 +913,11 @@ public class WindowManagerService extends IWindowManager.Stub
            mMaximumObscuringOpacityForTouch = Settings.Global.getFloat(resolver,
                    Settings.Global.MAXIMUM_OBSCURING_OPACITY_FOR_TOUCH,
                    InputManager.DEFAULT_MAXIMUM_OBSCURING_OPACITY_FOR_TOUCH);
            if (mMaximumObscuringOpacityForTouch < 0.0f
                    || mMaximumObscuringOpacityForTouch > 1.0f) {
                mMaximumObscuringOpacityForTouch =
                        InputManager.DEFAULT_MAXIMUM_OBSCURING_OPACITY_FOR_TOUCH;
            }
        }

        void updateSystemUiSettings(boolean handleChange) {