From ef514a85c703464134934012b051979fa049a326 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 15 Sep 2020 23:58:17 +0800 Subject: Add an option to disable pull to refresh. --- app/src/main/res/values/strings.xml | 1 + app/src/main/res/xml/gestures_and_buttons_preference.xml | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b881e2d9..3e70c54d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -482,6 +482,7 @@ Vibrate the phone when the action is triggered Disable Swiping Between Tabs Enable Swipe Action + Pull to Refresh Cannot get the link diff --git a/app/src/main/res/xml/gestures_and_buttons_preference.xml b/app/src/main/res/xml/gestures_and_buttons_preference.xml index 7b883826..bd407a7a 100644 --- a/app/src/main/res/xml/gestures_and_buttons_preference.xml +++ b/app/src/main/res/xml/gestures_and_buttons_preference.xml @@ -39,6 +39,11 @@ app:key="swap_tap_and_long_in_comments" app:title="@string/settings_swap_tap_and_long_title" /> + + -- cgit v1.2.3