[android] Changed max items count in catalog promo gallery

This commit is contained in:
Александр Зацепин 2019-09-17 20:15:43 +03:00 committed by Aleksandr Zatsepin
parent c200e87437
commit a4ba3acec0

View file

@ -16,7 +16,7 @@ import java.util.List;
class CatalogPromoAdapterStrategy extends RegularAdapterStrategy<PromoEntity>
{
private static final int MAX_ITEMS = 4;
private static final int MAX_ITEMS = 3;
CatalogPromoAdapterStrategy(@NonNull List<PromoEntity> items, @Nullable PromoEntity moreItem,
@Nullable ItemSelectedListener<PromoEntity> listener)