mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Stories
This commit is contained in:
@@ -37,9 +37,9 @@ extension ChatListControllerImpl {
|
||||
}
|
||||
)
|
||||
tooltipScreen.tag = "no_auto_dismiss"
|
||||
weak var tooltipScreenValue: UndoOverlayController? = tooltipScreen
|
||||
let tooltipScreenValue: UndoOverlayController? = tooltipScreen
|
||||
self.currentTooltipUpdateTimer?.invalidate()
|
||||
self.currentTooltipUpdateTimer = Foundation.Timer.scheduledTimer(withTimeInterval: 0.5, repeats: true, block: { [weak self] _ in
|
||||
self.currentTooltipUpdateTimer = Foundation.Timer.scheduledTimer(withTimeInterval: 0.5, repeats: true, block: { [weak self, weak tooltipScreenValue] _ in
|
||||
guard let self else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user