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);
}
}