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

Commit c4f37cd6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Fix NPE in shareContact"

parents c3fe062a e5e29c71
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2658,7 +2658,9 @@ public class QuickContactActivity extends ContactsActivity {
                deleteContact();
                return true;
            case R.id.menu_share:
                if (isContactShareable()) {
                    shareContact();
                }
                return true;
            case R.id.menu_send_via_sms: {
                if (mContactData == null) {