Conductor: ArcFadeMoveChangeHandlerCompat won't work in the demo if...

Created on 11 Jun 2018  路  1Comment  路  Source: bluelinelabs/Conductor

The entering ArcFadeMoveChangeHandlerCompat from HomeController to CityGridController wont't work fully if the code lines below are deleted from CityGridController. The fades play but ArcMotion won't.

how come?

==== lines to be deleted ======
recyclerView.setHasFixedSize(true);
recyclerView.setLayoutManager(new GridLayoutManager(view.getContext(), 2));
recyclerView.setAdapter(new CityGridAdapter(LayoutInflater.from(view.getContext()), CITY_MODELS));

>All comments

i am waiting.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vincent-paing picture vincent-paing  路  6Comments

moezbhatti picture moezbhatti  路  7Comments

lenguyenthanh picture lenguyenthanh  路  5Comments

imGurpreetSK picture imGurpreetSK  路  11Comments

Lancelittle picture Lancelittle  路  10Comments