Fixed lost scroll position inside article list.
This commit is contained in:
parent
963e53001e
commit
347a435d44
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ public class NewsReaderDetailFragment extends Fragment {
|
|||
|
||||
if (layoutManagerSavedState != null) {
|
||||
recyclerView.getLayoutManager().onRestoreInstanceState(layoutManagerSavedState);
|
||||
layoutManagerSavedState = null;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue