Add an option to toggle swipe between posts.

This commit is contained in:
Alex Ning
2021-03-07 18:06:48 +08:00
parent 7ceb83d408
commit 22a7ad1eb5
4 changed files with 13 additions and 5 deletions

View File

@@ -44,6 +44,11 @@
app:key="pull_to_refresh"
app:title="@string/settings_pull_to_refresh_title" />
<SwitchPreference
app:defaultValue="false"
app:key="swipe_between_posts"
app:title="@string/settings_swipe_between_posts_title" />
<Preference
app:title="@string/settings_swipe_action_title"
app:fragment="ml.docilealligator.infinityforreddit.settings.SwipeActionPreferenceFragment" />