forked from organicmaps/organicmaps
[android] Awesome fix uncompleted task
This commit is contained in:
parent
2016710b9e
commit
4c529b99df
1 changed files with 2 additions and 2 deletions
|
@ -818,9 +818,9 @@ public class PlacePageView extends NestedScrollView
|
|||
private void initCatalogPromoView()
|
||||
{
|
||||
mCatalogPromoRecycler = findViewById(R.id.catalog_promo_recycler);
|
||||
mCatalogPromoRecycler.setVisibility(VISIBLE);
|
||||
mCatalogPromoRecycler.setVisibility(GONE);
|
||||
View titleView = findViewById(R.id.catalog_promo_title);
|
||||
titleView.setVisibility(VISIBLE);
|
||||
titleView.setVisibility(GONE);
|
||||
com.mapswithme.maps.gallery.GalleryAdapter adapter = Factory.createCatalogPromoLoadingAdapter();
|
||||
mCatalogPromoRecycler.setNestedScrollingEnabled(false);
|
||||
LinearLayoutManager layoutManager = new LinearLayoutManager(getContext(),
|
||||
|
|
Loading…
Add table
Reference in a new issue