mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Remove debug delay
This commit is contained in:
parent
96f40088e3
commit
ebbd73d0f2
@ -1664,7 +1664,6 @@ final class StorageUsageScreenComponent: Component {
|
||||
}
|
||||
|
||||
self.statsDisposable = (component.context.engine.resources.collectStorageUsageStats()
|
||||
|> delay(0.18, queue: .mainQueue())
|
||||
|> deliverOnMainQueue).start(next: { [weak self] stats in
|
||||
guard let self, let component = self.component else {
|
||||
completion()
|
||||
|
Loading…
x
Reference in New Issue
Block a user