commit | 3cf86f22e22cf0d34a252f7e32906d9520ca92d2 | [log] [tgz] |
---|---|---|
author | taiki tsutsumi <taiki.tsutsumi@sony.com> | Wed Nov 08 20:43:29 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 08 20:43:29 2017 +0000 |
tree | ca28a9ce6e5a50439c177aae67e18fdab7fad8b3 | |
parent | d993de4069b951302489d0812e08999daaa84a0b [diff] | |
parent | 775103a3fd787a434f57d05f0118eac861658017 [diff] |
Merge "Fixed issue that cannot bring My info via Android Beam" am: 775103a3fd Change-Id: Id079430968362b97f6fe1435c0d96eb7b62a13b1
diff --git a/src/com/android/contacts/quickcontact/QuickContactActivity.java b/src/com/android/contacts/quickcontact/QuickContactActivity.java index bb01951..4e308b3 100644 --- a/src/com/android/contacts/quickcontact/QuickContactActivity.java +++ b/src/com/android/contacts/quickcontact/QuickContactActivity.java
@@ -1033,8 +1033,6 @@ mCachedCp2DataCardModel = null; } mContactLoader.forceLoad(); - - NfcHandler.register(this, mLookupUri); } private void destroyInteractionLoaders() { @@ -1157,6 +1155,7 @@ } }; mEntriesAndActionsTask.execute(); + NfcHandler.register(this, mContactData.getLookupUri()); } private void bindDataToCards(Cp2DataCardModel cp2DataCardModel) {