Merge "Fix swipe for notification default should be on instead of off"
This commit is contained in:
@@ -76,7 +76,7 @@ public class SwipeBottomToNotificationPreferenceController extends TogglePrefere
|
||||
@Override
|
||||
public boolean isChecked() {
|
||||
return Settings.Secure.getInt(mContext.getContentResolver(),
|
||||
SWIPE_BOTTOM_TO_NOTIFICATION_ENABLED, OFF) == ON;
|
||||
SWIPE_BOTTOM_TO_NOTIFICATION_ENABLED, ON) == ON;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user