onRestoreInstanceState

open fun onRestoreInstanceState(savedInstanceState: Bundle)

Fetches the expandable state map from the saved instance state Bundle and restores the expanded states of all of the list items.

Should be called from onRestoreInstanceState in the Activity that hosts the RecyclerView that this ExpandableRecyclerViewAdapter is attached to.

Parameters

savedInstanceState

The Bundle from which the expanded state map is loaded