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

Commit 9deb3f3c 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:...

Merge "Change SwipeForNotification Payload default to Off" into oc-dr1-dev am: c2cb0d0b am: 68617a6f
am: cba96eb6

Change-Id: I0f6a9f3923c36553d4494a0fca00024abffb96e5
parents 409091c5 cba96eb6
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 */);
    }
}