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

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

am: 68617a6f

Change-Id: Ibe30aace8256cc25a1856f90877ea57a73f60419
parents e866cd48 68617a6f
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 */);
    }
}