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

Commit dd1339f4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Swipe for notification should be default-on in settings app"

parents 5cfcd6d8 a0f8f13a
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;
    }
}