Skip to content

Commit

Permalink
Fixed crash in item detail (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrentka authored Feb 26, 2024
1 parent e2744f4 commit a2e0fd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ final class ItemDetailViewController: UIViewController {
super.viewWillTransition(to: size, with: coordinator)

coordinator.animate(alongsideTransition: { _ in
self.collectionView.reloadData()
self.collectionView?.reloadData()
}, completion: nil)
}

Expand Down

0 comments on commit a2e0fd6

Please sign in to comment.