Don't show "selected" badge unless in batch mode (per myles)

pull/1/head
Michael Kirk 6 years ago
parent ac7e2f76d6
commit 6a61d660b4

@ -476,6 +476,8 @@ class ImagePickerGridController: UICollectionViewController, PhotoLibraryDelegat
if isInBatchSelectMode {
updateDoneButton()
} else {
// Don't show "selected" badge unless we're in batch mode
collectionView.deselectItem(at: indexPath, animated: false)
complete(withAssets: [asset])
}
}

Loading…
Cancel
Save