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

Commit 8167b143 authored by Katherine Kuan's avatar Katherine Kuan Committed by Android (Google) Code Review
Browse files

Merge "Attach listener to allow clicks to be handled on contact details"

parents acee2656 6befd641
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -433,6 +433,7 @@ public class ContactDetailActivity extends ContactsActivity {
            mRootView.addView(mContentView);
            mDetailFragment = (ContactDetailFragment) getFragmentManager().findFragmentById(
                    R.id.contact_detail_fragment);
            mDetailFragment.setListener(mFragmentListener);
        }
        // Reset contact data
        if (mDetailFragment != null) {