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

Commit 64cdc91c authored by Josh Gargus's avatar Josh Gargus
Browse files

Gallery "Set Picture as" contact photo can create new contact.

Bug: 5288751
Change-Id: Ic587ae67501fe43e3c0fbb1abe5be34bb32df076
parent 17a33b23
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -591,6 +591,7 @@ public class ContactSelectionActivity extends ContactsActivity

    private void startCreateNewContactActivity() {
        Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI);
        intent.putExtra(ContactEditorActivity.INTENT_KEY_FINISH_ACTIVITY_ON_SAVE_COMPLETED, true);
        startActivityAndForwardResult(intent);
    }