You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you explain what is fragment restart and why onActivityCreated is not called in it?
I've tried with latest v4 support version 23.3.0 and I can't reproduce the case where onActivityCreated isn't called.
My guess is that in some rare cases, the fragment called onDestroyView() but the activity is not yet destroyed. When frag is resumed, the fragment still attached to activity hence no need to call on ActivityCreated()
But that's just my guess. Need more reference to prove that.
Can you explain what is fragment restart and why onActivityCreated is not called in it?
I've tried with latest v4 support version 23.3.0 and I can't reproduce the case where onActivityCreated isn't called.
Here is some discussion about that:
http://stackoverflow.com/questions/36858835/onactivitycreated-is-always-called/36858971?noredirect=1#comment61291313_36858971
The text was updated successfully, but these errors were encountered: