Skip to content

Instantly share code, notes, and snippets.

@vladimir-ivanov-epam
Created February 16, 2018 19:22
@MainThread
@CallSuper
protected void onCreate(@Nullable Bundle savedInstanceState) {
...
if (mLastNonConfigurationInstances != null) {
mFragments.restoreLoaderNonConfig(
mLastNonConfigurationInstances.loaders);
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment