fun onViewStateRestored(savedInstanceState: Bundle?): Unit
Called when all saved state has been restored into the view hierarchy of the fragment.
savedInstanceState
- If the fragment is being re-created from a previous saved state,
this is the state.
See Also