Skip to content
Snippets Groups Projects
Verified Commit b2d1bdfb authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes #210

parent 77d418cb
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ data class NotificationSettings( ...@@ -26,7 +26,7 @@ data class NotificationSettings(
val sound: String = "content://settings/system/notification_sound", val sound: String = "content://settings/system/notification_sound",
val vibrate: Boolean = true, val vibrate: Boolean = true,
val light: Boolean = true, val light: Boolean = true,
val markReadOnSwipe: Boolean = true, val markReadOnSwipe: Boolean = false,
val networkNameInNotificationTitle: Boolean = false, val networkNameInNotificationTitle: Boolean = false,
val showAllActivitiesInToolbar: Boolean = false val showAllActivitiesInToolbar: Boolean = false
) { ) {
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
android:title="@string/preference_notification_other_title" /> android:title="@string/preference_notification_other_title" />
<SwitchPreference <SwitchPreference
android:defaultValue="true" android:defaultValue="false"
android:key="@string/preference_notification_mark_read_on_swipe_key" android:key="@string/preference_notification_mark_read_on_swipe_key"
android:summary="@string/preference_notification_mark_read_on_swipe_summary" android:summary="@string/preference_notification_mark_read_on_swipe_summary"
android:title="@string/preference_notification_mark_read_on_swipe_title" /> android:title="@string/preference_notification_mark_read_on_swipe_title" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment