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

Commit 9f8672db 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"

parents c8615d06 ef05d3e9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1216,7 +1216,8 @@ public class WindowManagerService extends IWindowManager.Stub
        mPropertiesChangedListener = 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);