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

Commit d7809281 authored by Mill Chen's avatar Mill Chen
Browse files

Remove TODO item from ContextualCardsAdapter in homepage

Bug: 114009676
Test: rebuild
Change-Id: I57138d766d75c717189c81ddab21503bd1cb9471
parent 926571dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
                    }