We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd0be3 commit ff8c9f5Copy full SHA for ff8c9f5
iMEGA/My Account/Contacts/Cells/ItemCollectionViewCell+Additions.swift
@@ -6,11 +6,11 @@ import MEGAUIKit
6
extension ItemCollectionViewCell {
7
8
open override func prepareForReuse() {
9
- super.prepareForReuse()
10
-
11
viewModel = nil
12
- avatarImageView.removeBlurFromView()
13
- cancellables = nil
+ cancellables = []
+ avatarImageView?.image = nil
+ avatarImageView?.removeBlurFromView()
+ super.prepareForReuse()
14
}
15
16
@objc func bind(viewModel: ItemCollectionViewCellViewModel) {
0 commit comments