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

Commit 21830270 authored by Fan Zhang's avatar Fan Zhang Committed by Android (Google) Code Review
Browse files

Merge "Remove TODO item from ContextualCardsAdapter in homepage"

parents 077d7569 d7809281
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;
                    }