clearer category name

This commit is contained in:
B. Petersen
2025-11-28 20:58:10 +01:00
committed by bjoern
parent 838db45a74
commit a6384dc679
2 changed files with 2 additions and 2 deletions
@@ -237,7 +237,7 @@ public class AdvancedPreferenceFragment extends ListSummaryPreferenceFragment
}
if (dcContext.isChatmail()) {
findPreference("pref_legacy").setVisible(false);
findPreference("pref_category_legacy").setVisible(false);
}
}
+1 -1
View File
@@ -72,7 +72,7 @@
</PreferenceCategory>
<PreferenceCategory android:key="pref_legacy" android:title="Legacy">
<PreferenceCategory android:key="pref_category_legacy" android:title="Legacy">
<ListPreference
android:key="pref_show_emails"