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

Commit 775103a3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents f28cb05f ff234e2c
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) {