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
when I have used the FUtils.init(this) in My own Application class witin onCreate(),
and then I rotate the device screen,the activity invoke the lifecycle method as same as before,
and then rebuild a same activity, and the lifcycle method is invoked,onCreate,onViewCreated......onResume.
but unfortunately,the onDestroy is invoked again,and then the activity is finished ,app is stopped.
and then I remove the FUtils.init(this) in application class,everything is fine.
please fix it,thanks.
The text was updated successfully, but these errors were encountered:
when I have used the FUtils.init(this) in My own Application class witin onCreate(),
and then I rotate the device screen,the activity invoke the lifecycle method as same as before,
and then rebuild a same activity, and the lifcycle method is invoked,onCreate,onViewCreated......onResume.
but unfortunately,the onDestroy is invoked again,and then the activity is finished ,app is stopped.
and then I remove the FUtils.init(this) in application class,everything is fine.
please fix it,thanks.
The text was updated successfully, but these errors were encountered: