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

Commit f921f8e7 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

Change-Id: Ib153ffcb4012954950f8c1310a5f08efefecc91d
parents 403a4ee1 9ab1318c
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;
    }
}