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

Commit d361b734 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""...

Merge "Revert "Swipe for notification should be default-on in settings app"" into oc-dev am: f1f35ee1
am: 19323ca2

Change-Id: I64d6590b9e757e99005ce7a3f9f01ad5fd11f5fe
parents cbeebe1b 19323ca2
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;
    }
}