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

Commit e6b0084d authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Protect against ActivityNotFoundException" into lmp-mr1-dev

parents 5e0499f2 dccdf95e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1071,7 +1071,8 @@ public class CallLogAdapter extends GroupingListAdapter
                    public void onClick(View v) {
                        final Intent intent =
                                DialtactsActivity.getAddNumberToContactIntent(details.number);
                        mContext.startActivity(intent);
                        DialerUtils.startActivityWithErrorToast(mContext, intent,
                                R.string.add_contact_not_available);
                    }
                });
                mBadgeImageView.setImageResource(R.drawable.ic_person_add_24dp);