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

Commit ff234e2c authored by taiki tsutsumi's avatar taiki tsutsumi Committed by Takahiro Manabe
Browse files

Fixed issue that cannot bring My info via Android Beam

Cannot bring My Info with my address via Android Beam.
Changed to get LookupUri from ContactData.

Affected Area:
 Nfc

Bug: 68181055
Change-Id: I6b5fec5012b64d6df98da63421112452e2b2e440
parent e387a54b
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) {