Loading src/com/android/contacts/group/GroupDetailFragment.java +1 −6 Original line number Diff line number Diff line Loading @@ -149,6 +149,7 @@ public class GroupDetailFragment extends Fragment implements OnScrollListener { mGroupSourceViewContainer = (ViewGroup) mRootView.findViewById( R.id.group_source_view_container); mMemberListView = (ListView) mRootView.findViewById(android.R.id.list); mMemberListView.setAdapter(mAdapter); return mRootView; } Loading @@ -162,11 +163,6 @@ public class GroupDetailFragment extends Fragment implements OnScrollListener { mAdapter.enableQuickContact(enableQuickContact); } private void configureAdapter(long groupId) { mGroupId = groupId; mMemberListView.setAdapter(mAdapter); } private void configurePhotoLoader() { if (mContext != null) { if (mPhotoManager == null) { Loading Loading @@ -234,7 +230,6 @@ public class GroupDetailFragment extends Fragment implements OnScrollListener { bindGroupMetaData(data); // Retrieve the list of members configureAdapter(mGroupId); startGroupMembersLoader(); return; } Loading Loading
src/com/android/contacts/group/GroupDetailFragment.java +1 −6 Original line number Diff line number Diff line Loading @@ -149,6 +149,7 @@ public class GroupDetailFragment extends Fragment implements OnScrollListener { mGroupSourceViewContainer = (ViewGroup) mRootView.findViewById( R.id.group_source_view_container); mMemberListView = (ListView) mRootView.findViewById(android.R.id.list); mMemberListView.setAdapter(mAdapter); return mRootView; } Loading @@ -162,11 +163,6 @@ public class GroupDetailFragment extends Fragment implements OnScrollListener { mAdapter.enableQuickContact(enableQuickContact); } private void configureAdapter(long groupId) { mGroupId = groupId; mMemberListView.setAdapter(mAdapter); } private void configurePhotoLoader() { if (mContext != null) { if (mPhotoManager == null) { Loading Loading @@ -234,7 +230,6 @@ public class GroupDetailFragment extends Fragment implements OnScrollListener { bindGroupMetaData(data); // Retrieve the list of members configureAdapter(mGroupId); startGroupMembersLoader(); return; } Loading