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

Commit 69b1c63c authored by Steve Kondik's avatar Steve Kondik
Browse files

Fix an NPE when using MODE_PICK_PHONE.

parent f31d1663
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1851,6 +1851,8 @@ public final class ContactsListActivity extends ListActivity
                    mContactsTab = false;
                    break;
                case MODE_PICK_PHONE:
                	 mLocalizedLabels = EditContactActivity.getLabelsForKind(mContext,
                             Contacts.KIND_PHONE);
                    mDisplaySectionHeaders = false;
                    mContactsTab = false;
                    break;