Created
October 30, 2019 06:11
-
-
Save BurningDroid/756577fc4d53caac2329f3416c905fe7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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