mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Refactoring
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user