summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2015-03-12 00:02:43 +0000
committerEthan Chen <intervigil@gmail.com>2015-03-12 00:02:43 +0000
commit617bb3b76d8b5d2f0c080973f2a3cb9699364bb7 (patch)
treecc16ef1c08a92f356af9aac618518587e42c1df2
parent5231670251788a04d43cfe0ac3d8107cddbb5fb1 (diff)
downloadandroid_packages_apps_Contacts-617bb3b76d8b5d2f0c080973f2a3cb9699364bb7.tar.gz
android_packages_apps_Contacts-617bb3b76d8b5d2f0c080973f2a3cb9699364bb7.tar.bz2
android_packages_apps_Contacts-617bb3b76d8b5d2f0c080973f2a3cb9699364bb7.zip
Revert "Fix the event name"
This reverts commit 5231670251788a04d43cfe0ac3d8107cddbb5fb1. Change-Id: I4bf15a61507192a16a6b32e5d5d2e10e085689b7
-rw-r--r--src/com/android/contacts/activities/PeopleActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/contacts/activities/PeopleActivity.java b/src/com/android/contacts/activities/PeopleActivity.java
index be3a2a0e4..54f33bbb1 100644
--- a/src/com/android/contacts/activities/PeopleActivity.java
+++ b/src/com/android/contacts/activities/PeopleActivity.java
@@ -1485,7 +1485,7 @@ public class PeopleActivity extends ContactsActivity implements
this.startActivity(exportIntent);
}
break;
- case ImportExportDialogFragment.SUBACTIVITY_SHARE_VISIBLE_CONTACTS:
+ case ImportExportDialogFragment.SUBACTIVITY_SHARE_VISILBLE_CONTACTS:
if (resultCode == RESULT_OK) {
Bundle result = data.getExtras().getBundle(
SimContactsConstants.RESULT_KEY);