Youngchan
Youngchan
@nathansdev I restored some of the schedule xml responses to a string. if you want see list. Please comment response variable on the method. core/networking/FinnkinoApi/getSchedule date is 2020-03-26 ``` Future...
event xml ``` const String eventsXml = ''' 302535 15:17 Pariisiin (2D dub) The 15:17 to Paris (2D dub) 2018 94 2020-03-26T00:00:00 12 12 https://media.finnkino.fi/images/rating_large_12.png SF Film Finland Oy SF...
do not fix to me. try to StaggeredGridLayoutManager
I was pull request that issue.
When view hide, actually view is gone. So it loses its correct position. Fix code. ScrollAwareFABBehavior.onDependentViewChanged() if ((child.getY() + DyFix) > collapsedY) child.setVisibility(View.INVISIBLE); else if(child.isShown()) child.setVisibility(View.VISIBLE); else child.Show();