Various improvements

This commit is contained in:
Ilya Laktyushin
2024-08-11 00:14:00 +02:00
parent 85fb4c244a
commit 6109477015
10 changed files with 20 additions and 19 deletions

View File

@@ -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
}