diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-14 17:16:13 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-14 17:16:13 +0300 |
| commit | d7ff3136f56d366d44545152f48619c4b0f03ff7 (patch) | |
| tree | c4514e128a40572fc1f57b6f23ca4671d8e8e737 /org.fox.ttrss/src/main/res | |
| parent | ce277d2589502875419a5e430e38630be290b425 (diff) | |
fix swipe to dismiss, allow it working with auto catchup
Diffstat (limited to 'org.fox.ttrss/src/main/res')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/xml/preferences.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml index 94cf71db..8d064587 100755 --- a/org.fox.ttrss/src/main/res/xml/preferences.xml +++ b/org.fox.ttrss/src/main/res/xml/preferences.xml @@ -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" /> |