Closed manmal closed 5 years ago
By assigning the new photoIndex to self.currentPhotoIndex, the following assertion and crash scenario is fixed:
AXPhotosViewController
navigateToPhotoIndex(index, animated: false)
Thanks for this fix! It will be in the next release.
By assigning the new photoIndex to self.currentPhotoIndex, the following assertion and crash scenario is fixed:
AXPhotosViewController
and callsnavigateToPhotoIndex(index, animated: false)
on it, where index > 0AXPhotosViewController