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

Commit c36ec8e6 authored by Matthew Fritze's avatar Matthew Fritze
Browse files

Change SwipeForNotification Payload default to Off

Bug: 62022517
Test: make RunSettingsRoboTests
Change-Id: Icf6b1224e0857841dcb0d9dd14948d9ef39110ee
parent 9fb7a3b8
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 */);
    }
}