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

Commit 3cf86f22 authored by taiki tsutsumi's avatar taiki tsutsumi Committed by android-build-merger
Browse files

Merge "Fixed issue that cannot bring My info via Android Beam"

am: 775103a3

Change-Id: Id079430968362b97f6fe1435c0d96eb7b62a13b1
parents d993de40 775103a3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1033,8 +1033,6 @@ public class QuickContactActivity extends ContactsActivity {
            mCachedCp2DataCardModel = null;
        }
        mContactLoader.forceLoad();

        NfcHandler.register(this, mLookupUri);
    }

    private void destroyInteractionLoaders() {
@@ -1157,6 +1155,7 @@ public class QuickContactActivity extends ContactsActivity {
            }
        };
        mEntriesAndActionsTask.execute();
        NfcHandler.register(this, mContactData.getLookupUri());
    }

    private void bindDataToCards(Cp2DataCardModel cp2DataCardModel) {