Refactoring

This commit is contained in:
M66B
2022-07-25 13:19:28 +02:00
parent ddc25e063a
commit 69cfaf46a1

View File

@@ -461,7 +461,7 @@ public class FragmentContacts extends FragmentBase {
continue;
FormattedName fn = vcard.getFormattedName();
String name = (fn == null) ? null : fn.getValue();
String name = (fn == null ? null : fn.getValue());
List<String> categories = new ArrayList<>();
if (vcard.getCategories() != null)