Fix warning
This commit is contained in:
parent
77826956e8
commit
93d3472ba3
|
@ -64,11 +64,11 @@ extension PickServerSection {
|
|||
)
|
||||
}()
|
||||
if let proxiedThumbnail = server.proxiedThumbnail, let thumbnailUrl = URL(string: proxiedThumbnail) {
|
||||
cell.thumbnailImageView.af.setImage(withURL: thumbnailUrl) { _ in
|
||||
cell.thumbnailImageView.af.setImage(withURL: thumbnailUrl, completion: { _ in
|
||||
OperationQueue.main.addOperation {
|
||||
cell.thumbnailImageView.isHidden = false
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
attribute.isLast
|
||||
.receive(on: DispatchQueue.main)
|
||||
|
|
Loading…
Reference in New Issue