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

Commit 6befd641 authored by Katherine Kuan's avatar Katherine Kuan
Browse files

Attach listener to allow clicks to be handled on contact details

- For phone, contact with no social updates
- We don't hook up the listener for the contact detail fragment
if it's a contact with no social updates.

Bug: 5123726

Change-Id: If051b909c7c9d372eda5c0612f1cb86caafa65f6
parent 56e5db37
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -435,6 +435,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) {