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

Commit f8d7fb03 authored by Yao Lu's avatar Yao Lu Committed by Android (Google) Code Review
Browse files

Merge "Fix QuickContact is finished when cancelling link action" into ub-contactsdialer-h-dev

parents 0440965c f83db43c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -908,7 +908,7 @@ public class QuickContactActivity extends ContactsActivity implements
        } else if (requestCode == REQUEST_CODE_JOIN) {
            // Ignore failed requests
            if (resultCode != Activity.RESULT_OK) {
                processIntent(data);
                return;
            }
            if (data != null) {
                joinAggregate(ContentUris.parseId(data.getData()));