@@ -990,6 +990,7 @@ extension WSSResourcePickerController: UICollectionViewDataSource, UICollectionV
if let model = photoModels.safeObject(atIndex: indexPath.item) {
indexModel = model
cell.model = model
+ cell.layoutSubviews()
}