mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
macos typo
This commit is contained in:
parent
a559c21016
commit
a5c36af0f4
@ -669,7 +669,7 @@ public final class StorageBox {
|
||||
let queue = self.queue
|
||||
return ActionDisposable { [weak self] in
|
||||
queue.async {
|
||||
guard let self else {
|
||||
guard let `self` = self else {
|
||||
return
|
||||
}
|
||||
self.totalSizeSubscribers.remove(index)
|
||||
|
Loading…
x
Reference in New Issue
Block a user