Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save BurningDroid/756577fc4d53caac2329f3416c905fe7 to your computer and use it in GitHub Desktop.

Select an option

Save BurningDroid/756577fc4d53caac2329f3416c905fe7 to your computer and use it in GitHub Desktop.
@Override
public void onSaveInstanceState(Bundle outState) {
super.onSaveInstanceState(outState);
outState.putParcelable("key", mRecyclerView.getLayoutManager().onSaveInstanceState());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment