This commit is contained in:
Ali
2023-06-20 12:26:09 +03:00
parent dbb6fe27b8
commit 34e8c54bb0
38 changed files with 119 additions and 72 deletions

View File

@@ -2722,7 +2722,7 @@ final class StorageUsageScreenComponent: Component {
}
self.controller?()?.present(c, in: .window(.root), with: a, blockInteraction: true)
},
transitionNode: { [weak self] messageId, media in
transitionNode: { [weak self] messageId, media, _ in
guard let self else {
return nil
}