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
I've tested that the new ListGridFragragment has been created before onDestroyView() is called, so onLoadReset() from the AlbumLoader is not called at the right time.
FragmentManager.enableNewStateManager(false)
Adding this line to Activity OnCreate() can temporarily resolve it, but I think we need a fundamental solution.
using androidx.fragment.app:1.3.0-alpha08
I've tested that the new ListGridFragragment has been created before onDestroyView() is called, so onLoadReset() from the AlbumLoader is not called at the right time.
FragmentManager.enableNewStateManager(false)
Adding this line to Activity OnCreate() can temporarily resolve it, but I think we need a fundamental solution.
I think it's related. Look at this.
https://issuetracker.google.com/issues/161654580
The text was updated successfully, but these errors were encountered: