mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Use SharedPreferences to store post feed scrolled position instead of QNCache. Add an option to save the scrolled position.
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
app:title="@string/settings_lazy_mode_interval_title"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
<SwitchPreference
|
||||
app:defaultValue="true"
|
||||
app:key="save_post_feed_scrolled_position"
|
||||
app:title="@string/settings_save_post_feed_scrolled_position_title"
|
||||
app:summary="@string/settings_save_post_feed_scrolled_position_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:icon="@drawable/ic_link"
|
||||
|
Reference in New Issue
Block a user