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

Commit fefe8ad3 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Enable swipe-from-navbar gesture by default"

parents fbf184c4 760400c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }