Skip to content
Snippets Groups Projects
Unverified Commit f799de7d authored by Michael W's avatar Michael W Committed by Omkar Chandorkar
Browse files

Messaging: All contacts: Remove space for sections

* Due to the sections not working anymore since we removed the duplicate
  numbers, we are left with a rather large empty space left of the
  contacts
* Disable sectioning to make it look properly again

Change-Id: Iff1849b80d70269933708e5440809c657f0d70d9
parent 3b4d7c62
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ import com.android.messaging.ui.contact.ContactListItemView.HostInterface;
public class AllContactsListViewHolder extends CustomHeaderPagerListViewHolder {
public AllContactsListViewHolder(final Context context, final HostInterface clivHostInterface) {
super(context, new ContactListAdapter(context, null, clivHostInterface,
true /* needAlphabetHeader */));
false /* needAlphabetHeader */));
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment