mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Stories
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user