Various improvements

This commit is contained in:
Ilya Laktyushin
2024-08-10 18:41:17 +02:00
parent 8fdcb91bbc
commit d0156faede
19 changed files with 248 additions and 100 deletions

View File

@@ -2805,6 +2805,7 @@ final class StorageUsageScreenComponent: Component {
}
let _ = self
}, openBotCommand: { _ in
}, openAd: { _ in
}, addContact: { _ in
}, storeMediaPlaybackState: { [weak self] messageId, timestamp, playbackRate in
guard let self else {