Skip to content

Commit

Permalink
[Fix] #416 - prepareForReuse에서 cancelbag 초기화
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwogus0128 committed Oct 22, 2024
1 parent 426a2cf commit 263807f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,9 @@ extension PokeOnboardingCollectionViewCell {
private func setupConstraints() {
self.sectionView.snp.makeConstraints { $0.directionalEdges.equalToSuperview() }
}

public override func prepareForReuse() {
super.prepareForReuse()
self.cancelBag = CancelBag()
}
}

0 comments on commit 263807f

Please sign in to comment.