Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java +1 −1 Original line number Diff line number Diff line Loading @@ -270,7 +270,7 @@ public class NavigationBarGestureHelper extends GestureDetector.SimpleOnGestureL public void onTuningChanged(String key, String newValue) { switch (key) { case KEY_DOCK_WINDOW_GESTURE: mDockWindowEnabled = (newValue != null) && mDockWindowEnabled = (newValue == null) || (Integer.parseInt(newValue) != 0); break; } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java +1 −1 Original line number Diff line number Diff line Loading @@ -270,7 +270,7 @@ public class NavigationBarGestureHelper extends GestureDetector.SimpleOnGestureL public void onTuningChanged(String key, String newValue) { switch (key) { case KEY_DOCK_WINDOW_GESTURE: mDockWindowEnabled = (newValue != null) && mDockWindowEnabled = (newValue == null) || (Integer.parseInt(newValue) != 0); break; } Loading