forked from organicmaps/organicmaps
[android] Changed max items count in catalog promo gallery
This commit is contained in:
parent
c200e87437
commit
a4ba3acec0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue