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

Commit 68617a6f authored by Matthew Fritze's avatar Matthew Fritze Committed by android-build-merger
Browse files

Merge "Change SwipeForNotification Payload default to Off" into oc-dr1-dev

am: c2cb0d0b

Change-Id: I0c11d28b60492723f985c606253a0a9dc6c07595
parents 8e13218e c2cb0d0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,6 +92,6 @@ public class SwipeToNotificationPreferenceController extends GesturePreferenceCo
                mContext.getString(R.string.display_settings));

        return new InlineSwitchPayload(SECURE_KEY, ResultPayload.SettingsSource.SECURE,
                ON /* onValue */, intent, isAvailable(), ON /* defaultValue */);
                ON /* onValue */, intent, isAvailable(), OFF /* defaultValue */);
    }
}