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

Commit 760400c6 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Enable swipe-from-navbar gesture by default

Change-Id: Ic38a517c3c53838e3bdd2173a9d245f312136ad4
parent 718e16ad
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;
        }