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

Commit e569faf5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 30e495d0 298fd2cf
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);