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

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

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

* commit 'bc85a58d':
  Fix NPE in shareContact
parents bb47c811 bc85a58d
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();