Seongju Jo
Results
2
comments of
Seongju Jo
@mariolope10 @boxme re-open the app when the app has died in background the header don´t translate to the correct position.
@mariolope10 @boxme solution: edit RecyclerViewFragment save mScrollY to instanceState ``` #!java @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); if (savedInstanceState != null) { int scrollY = savedInstanceState.getInt("scrollY"); mScrollY = scrollY;...