Removed "Community Recommended Sort type" option

Caused some issues, described in #151. Also, this is not a feature in Lemmy, should have been removed anyway.
This commit is contained in:
Balazs Toldi
2024-06-21 21:19:31 +02:00
parent 1390460438
commit ae389527b6
3 changed files with 5 additions and 61 deletions

View File

@@ -38,10 +38,4 @@
app:title="@string/settings_user_default_sort_time_title"
app:useSimpleSummaryProvider="true" />
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
app:defaultValue="false"
app:key="respect_subreddit_recommended_comment_sort_type"
app:title="@string/settings_respect_community_recommended_comment_sort_type_title"
app:summary="@string/settings_respect_community_recommended_comment_sort_type_summary" />
</PreferenceScreen>