Merge "Remove TODO item from ContextualCardsAdapter in homepage"

This commit is contained in:
Fan Zhang
2018-11-28 23:17:05 +00:00
committed by Android (Google) Code Review

View File

@@ -99,7 +99,6 @@ public class ContextualCardsAdapter extends RecyclerView.Adapter<RecyclerView.Vi
@Override
public int getSpanSize(int position) {
final ContextualCard card = mContextualCards.get(position);
//TODO(b/114009676): may use another field to make decision. still under review.
if (card.isHalfWidth()) {
return HALF_WIDTH;
}