Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@vRallev vRallev released this 02 Feb 17:28
· 32 commits to master since this release
  • Add the option to automatically save the instance state of all activities and fragments from the support library
public class App extends Application {
    @Override
    public void onCreate() {
        super.onCreate();
        StateSaver.setEnabledForAllActivitiesAndSupportFragments(this, true);
    }
}
  • Support Kotlin in Lint checks