mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-06 05:49:49 +02:00
Disable refreshing in SubscribedThingListingActivity in anonymous mode.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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" />
|
||||
|
@@ -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" />
|
||||
|
Reference in New Issue
Block a user