Fix: occasional crashes displaying the list of enabled chains screen (and possibly most screens showing chain/token icons)

pull/7075/head
Hwee-Boon Yar 1 year ago
parent f454aee130
commit 6f0baa11ec
  1. 2
      AlphaWallet/Common/Views/ImageView.swift

@ -28,6 +28,8 @@ class ImageView: UIImageView {
private func bind() {
subject.flatMapLatest { $0 }
//Just so much simple to nip this here for UI updates even if we appear to only subject.send() on main
.receive(on: DispatchQueue.main)
.sink { [weak self] image in
switch image {
case .url(let url):

Loading…
Cancel
Save