Remove TODO item from ContextualCardsAdapter in homepage
Bug: 114009676 Test: rebuild Change-Id: I57138d766d75c717189c81ddab21503bd1cb9471
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user