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

Commit 2b54366e authored by Jay Shrauner's avatar Jay Shrauner Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE in shareContact" into lmp-mr1-dev

parents 4d81ebbb 49de62f0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2344,7 +2344,9 @@ public class QuickContactActivity extends ContactsActivity {
                deleteContact();
                return true;
            case R.id.menu_share:
                if (isContactShareable()) {
                    shareContact();
                }
                return true;
            case R.id.menu_create_contact_shortcut:
                createLauncherShortcutWithContact();