mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -2733,7 +2733,8 @@ final class StorageUsageScreenComponent: Component {
|
||||
navigationController: navigationController,
|
||||
dismissInput: { [weak self] in
|
||||
self?.endEditing(true)
|
||||
}, present: { [weak self] c, a in
|
||||
},
|
||||
present: { [weak self] c, a, _ in
|
||||
guard let self else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user