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

Commit 52316702 authored by Marcos Marado's avatar Marcos Marado
Browse files

Fix the event name

This isn't very important ATM because we don't have the corresponding patch on
ContactsCommon/src/com/android/contacts/common/interactions/ImportExportDialogFragment.java
, so we'll never get an SUBACTIVITY_SHARE_VISIBLE_CONTACTS anyway.

Change-Id: I9b55baad3e898471edf2acb3219e22f2199cebf1
parent e0bb86ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1485,7 +1485,7 @@ public class PeopleActivity extends ContactsActivity implements
                this.startActivity(exportIntent);
            }
            break;
        case ImportExportDialogFragment.SUBACTIVITY_SHARE_VISILBLE_CONTACTS:
        case ImportExportDialogFragment.SUBACTIVITY_SHARE_VISIBLE_CONTACTS:
            if (resultCode == RESULT_OK) {
                Bundle result = data.getExtras().getBundle(
                        SimContactsConstants.RESULT_KEY);