diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-09-27 12:01:55 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-09-27 12:01:55 +0000 |
commit | 10cccb5b935202122516a50c7740688d940eb466 (patch) | |
tree | 1a9743567af72ea87edd2548d9affc1b3aec15ba /app/src/main/res | |
parent | 191023301da6b1e5bd3b9c577977b2b96bf815d4 (diff) | |
download | infinity-for-reddit-10cccb5b935202122516a50c7740688d940eb466.tar infinity-for-reddit-10cccb5b935202122516a50c7740688d940eb466.tar.gz infinity-for-reddit-10cccb5b935202122516a50c7740688d940eb466.tar.bz2 infinity-for-reddit-10cccb5b935202122516a50c7740688d940eb466.tar.lz infinity-for-reddit-10cccb5b935202122516a50c7740688d940eb466.tar.xz infinity-for-reddit-10cccb5b935202122516a50c7740688d940eb466.tar.zst infinity-for-reddit-10cccb5b935202122516a50c7740688d940eb466.zip |
Disable refreshing in SubscribedThingListingActivity in anonymous mode.
Diffstat (limited to 'app/src/main/res')
3 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 425f0d74..c791b2dd 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -603,7 +603,7 @@ <string name="settings_app_lock_title">App Lock</string> <string name="settings_app_lock_summary">Require authentication before using the app</string> <string name="settings_app_lock_timeout_title">App Lock Timeout</string> - <string name="settings_enable_fold_support">Enable folding phone support</string> + <string name="settings_enable_fold_support_title">Enable folding phone support</string> <string name="no_link_available">Cannot get the link</string> diff --git a/app/src/main/res/xml-sw600dp/number_of_columns_in_post_feed_preferences.xml b/app/src/main/res/xml-sw600dp/number_of_columns_in_post_feed_preferences.xml index db9e1e4e..14b56c16 100644 --- a/app/src/main/res/xml-sw600dp/number_of_columns_in_post_feed_preferences.xml +++ b/app/src/main/res/xml-sw600dp/number_of_columns_in_post_feed_preferences.xml @@ -8,7 +8,7 @@ <SwitchPreference app:defaultValue="false" app:key="enable_fold_support" - app:title="@string/settings_enable_fold_support" /> + app:title="@string/settings_enable_fold_support_title" /> <PreferenceCategory app:title="@string/post_layout_card" /> diff --git a/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml b/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml index 5785b189..6287bfbb 100644 --- a/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml +++ b/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml @@ -10,7 +10,7 @@ <SwitchPreference app:defaultValue="false" app:key="enable_fold_support" - app:title="@string/settings_enable_fold_support" /> + app:title="@string/settings_enable_fold_support_title" /> <PreferenceCategory android:title="@string/post_layout_card" /> |