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

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

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

am: 6529af3c

Change-Id: Ie128ecba2395fb881b1fa437581dfe104311e0a8
parents 37e91122 6529af3c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1563,6 +1563,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;