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

Commit 9092e1a0 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: I701fb6fc2d74fef1fce1f4b0d21c86d79012b76d
parents 75e89dfe 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 */);
    }
}