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

Commit 848e8204 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "GestureNav: Fix bug in exlcusion limit device config" into qt-qpr1-dev

am: e569faf5

Change-Id: Ibf6d4007e53117f33b8c3ae89cac4954603636f5
parents 31e27a14 e569faf5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1167,7 +1167,8 @@ public class WindowManagerService extends IWindowManager.Stub
                new HandlerExecutor(mH), properties -> {
                    synchronized (mGlobalLock) {
                        final int exclusionLimitDp = Math.max(MIN_GESTURE_EXCLUSION_LIMIT_DP,
                                properties.getInt(KEY_SYSTEM_GESTURE_EXCLUSION_LIMIT_DP, 0));
                                DeviceConfig.getInt(DeviceConfig.NAMESPACE_WINDOW_MANAGER,
                                        KEY_SYSTEM_GESTURE_EXCLUSION_LIMIT_DP, 0));
                        final boolean excludedByPreQSticky = DeviceConfig.getBoolean(
                                DeviceConfig.NAMESPACE_WINDOW_MANAGER,
                                KEY_SYSTEM_GESTURES_EXCLUDED_BY_PRE_Q_STICKY_IMMERSIVE, false);