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

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

Merge "Swipe for notification should be default-on in settings app" into oc-dev am: 9ab1318c

am: f921f8e7

Change-Id: I3337bcba8a7baa4038f7c72d8eb9658311c0c435
parents 4844cd87 f921f8e7
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, 0)
                Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 1)
                == 1;
    }
}