|
|
|
@ -84,7 +84,7 @@ class BlockscanChatService { |
|
|
|
|
let isCurrentRealAccount = account.address == address |
|
|
|
|
guard isCurrentRealAccount else { return } |
|
|
|
|
delegate?.openBlockscanChat(url: Constants.BlockscanChat.blockscanChatWebUrl.appendingPathComponent(address.eip55String), for: self) |
|
|
|
|
let delayForUserToClearChats = 10 |
|
|
|
|
let delayForUserToClearChats: Double = 10 |
|
|
|
|
DispatchQueue.main.asyncAfter(deadline: .now() + delayForUserToClearChats) { [weak self] in |
|
|
|
|
self?.refreshUnreadCountForCurrentWallet() |
|
|
|
|
} |
|
|
|
|