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

Commit d59df30b authored by qqzhou's avatar qqzhou Committed by android-build-merger
Browse files

Merge "Contacts: Fix NPE in QuickContactActivity in monkey test" am: 6529af3c am: a33aca87

am: a90442f3

Change-Id: Ie3b8420c3d8818cad927010eb0c5244b64631fb9
parents 9a89ed05 a90442f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1602,6 +1602,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;