Skip to content

Instantly share code, notes, and snippets.

@user-mw
Last active December 7, 2019 14:27
Show Gist options
  • Save user-mw/19bb4e6e7badd54ed102dc2507517089 to your computer and use it in GitHub Desktop.
Save user-mw/19bb4e6e7badd54ed102dc2507517089 to your computer and use it in GitHub Desktop.
getLastNonConfigurationInstance() in Activity
public class Activity extends ContextThemeWrapper
implements LayoutInflater.Factory2,
//Code {
// Code
public Object getLastNonConfigurationInstance() {
return mLastNonConfigurationInstances != null
? mLastNonConfigurationInstances.activity : null;
}
// Code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment