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

Commit 19323ca2 authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

Merge "Revert "Swipe for notification should be default-on in settings app"" into oc-dev

am: f1f35ee1

Change-Id: I105ef25110a9c7b158c08f61f5e0b4354490218e
parents 854acc9e f1f35ee1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ public class SwipeToNotificationPreferenceController extends GesturePreferenceCo
    @Override
    protected boolean isSwitchPrefEnabled() {
        return Settings.Secure.getInt(mContext.getContentResolver(),
                Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 1)
                Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 0)
                == 1;
    }
}