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
There is a crash on Fabric that "Invalid update: invalid number of items in section 0. The number of items contained in an existing section after the update (589) must be equal to the number of items contained in that section before the update (589), plus or minus the number of items inserted or deleted from that section (0 inserted, 1 deleted) and plus or minus the number of items moved into or out of that section (0 moved in, 0 moved out)."
It crash on CTAssetsGridViewController.m line 374
__52-[CTAssetsGridViewController photoLibraryDidChange:]_block_invoke
It seems that user delete a photo but datasource did't update? please help
The text was updated successfully, but these errors were encountered:
There is a crash on Fabric that "Invalid update: invalid number of items in section 0. The number of items contained in an existing section after the update (589) must be equal to the number of items contained in that section before the update (589), plus or minus the number of items inserted or deleted from that section (0 inserted, 1 deleted) and plus or minus the number of items moved into or out of that section (0 moved in, 0 moved out)."
It crash on CTAssetsGridViewController.m line 374
__52-[CTAssetsGridViewController photoLibraryDidChange:]_block_invoke
It seems that user delete a photo but datasource did't update? please help
The text was updated successfully, but these errors were encountered: