|
@@ -137,7 +137,7 @@ class NCOffline: UIViewController, UIGestureRecognizerDelegate, NCListCellDelega
|
|
super.viewWillTransition(to: size, with: coordinator)
|
|
super.viewWillTransition(to: size, with: coordinator)
|
|
|
|
|
|
coordinator.animate(alongsideTransition: nil) { _ in
|
|
coordinator.animate(alongsideTransition: nil) { _ in
|
|
- self.collectionView.collectionViewLayout.invalidateLayout()
|
|
|
|
|
|
+ self.collectionView?.collectionViewLayout.invalidateLayout()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|