Skip to content

Commit

Permalink
Merge pull request #143 from nohana/feature/fix_reloading_cells_when_…
Browse files Browse the repository at this point in the history
…selected_photos

Fixed some cells not reloading.
  • Loading branch information
a2444mo10 authored Apr 6, 2022
2 parents e5d2ce9 + 5fe3e90 commit 3eccc4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class AssetListSelectableDateSectionController: UICollectionViewController, UICo
// MARK: - AssetDateSectionHeaderViewDelegate
extension AssetListSelectableDateSectionController: AssetDateSectionHeaderViewDelegate {
func didPushPickButton() {
collectionView.reloadItems(at: collectionView.indexPathsForVisibleItems)
collectionView.reloadData()
updateDoneBarButtonColor()
}
}
Expand Down

0 comments on commit 3eccc4c

Please sign in to comment.