-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@NonConfigurationInstance for fragments #115
Comments
I've looked at the transfuse source code. Found the place where this is implemented for activities. |
You're correct, |
That's good news. |
@Airblaster, Looking at this issue deeper, would http://developer.android.com/reference/android/app/Fragment.html#setRetainInstance(boolean) work for you as an alternative in Fragments? |
Not really, but I've solved this problem by integrating IcePick the traditional manual way. |
Would it be possible to implement
@NonConfigurationInstance
for fragments?Currently, no code is generated when you use it in fragments.
Since fragments also support onSaveInstanceState, I guess this should be rather easy to implement.
The text was updated successfully, but these errors were encountered: