From 61d3302a309c888d4a0718ded3b83518f10d3630 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 30 Jul 2020 23:12:34 +0800 Subject: Use SharedPreferences to store post feed scrolled position instead of QNCache. Add an option to save the scrolled position. --- app/src/main/res/xml/main_preferences.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/src/main/res/xml') diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml index af3f3898..3b1b129f 100644 --- a/app/src/main/res/xml/main_preferences.xml +++ b/app/src/main/res/xml/main_preferences.xml @@ -36,6 +36,12 @@ app:title="@string/settings_lazy_mode_interval_title" app:useSimpleSummaryProvider="true" /> + +