mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
fix syntax
This commit is contained in:
parent
dbb6fe27b8
commit
78ed2459e1
@ -194,7 +194,7 @@ final class PendingStoryManager {
|
||||
guard let `self` = self else {
|
||||
return
|
||||
}
|
||||
if let bag, let listBag = self.storyObserverContexts[stableId], listBag === bag {
|
||||
if let bag = bag, let listBag = self.storyObserverContexts[stableId], listBag === bag {
|
||||
bag.remove(index)
|
||||
if bag.isEmpty {
|
||||
self.storyObserverContexts.removeValue(forKey: stableId)
|
||||
|
Loading…
x
Reference in New Issue
Block a user