aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-15 11:42:47 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-15 11:42:47 +0300
commit50c5e76e25e3b8ff58aa829365ca1ec87c0d574e (patch)
tree9e95ca910cb4b4122a7e58d545f02bd0755a2486 /org.fox.ttrss/src/main/res/xml
parent2923abeb0bc7ccc91ec3648262e780d12ac1fb23 (diff)
parent91e1fdcbe23cd65610d0cef32023ac7bb6297232 (diff)
Merge branch 'protected/unified-headlines-loader' into 'master'
let's try setting active article when going back from detail mode, also stop... See merge request tt-rss/tt-rss-android!32
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index 81fbd5f1..8d064587 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -44,7 +44,7 @@
android:title="@string/sort_feeds_by_unread" />
<SwitchPreferenceCompat
- android:defaultValue="false"
+ android:defaultValue="true"
android:key="enable_cats"
android:title="@string/enable_cats" />
@@ -108,7 +108,6 @@
<SwitchPreferenceCompat
android:defaultValue="true"
- android:dependency="headlines_mark_read_scroll"
android:key="headlines_swipe_to_dismiss"
android:summary="@string/pref_headlines_swipe_to_dismiss_long"
android:title="@string/pref_headlines_swipe_to_dismiss" />