Web app improvements

This commit is contained in:
Ilya Laktyushin
2022-03-28 18:34:52 +04:00
parent f0e03a2a4c
commit 11d9a8e760
14 changed files with 215 additions and 343 deletions

View File

@@ -83,6 +83,7 @@ private final class WebAppAlertContentNode: AlertContentNode {
self.updateTheme(theme)
let _ = freeMediaFileInteractiveFetched(account: account, fileReference: .standalone(media: peerIcon)).start()
self.iconDisposable = (svgIconImageFile(account: account, fileReference: .standalone(media: peerIcon))
|> deliverOnMainQueue).start(next: { [weak self] transform in
if let strongSelf = self {