Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6529af3c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Contacts: Fix NPE in QuickContactActivity in monkey test"

parents 41e553f6 fa777b68
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1717,6 +1717,7 @@ public class QuickContactActivity extends ContactsActivity
    private static Entry dataItemToEntry(DataItem dataItem, DataItem secondDataItem,
            Context context, Contact contactData,
            final MutableString aboutCardName) {
        if (contactData == null) return null;
        Drawable icon = null;
        String header = null;
        String subHeader = null;