mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Add an option to toggle swipe between posts.
This commit is contained in:
@@ -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" />
|
||||
|
Reference in New Issue
Block a user