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

Commit bc85a58d authored by Jay Shrauner's avatar Jay Shrauner Committed by Android Git Automerger
Browse files

am 2b54366e: Merge "Fix NPE in shareContact" into lmp-mr1-dev

* commit '2b54366e':
  Fix NPE in shareContact
parents 0e0ef6d1 2b54366e
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();