mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-08 13:59:29 +00:00
no message
This commit is contained in:
@@ -100,7 +100,7 @@ final class SoftwareVideoLayerFrameManager {
|
||||
self.polling = true
|
||||
let maxPts = self.maxPts
|
||||
self.queue.addTask(ThreadPoolTask { [weak self] state in
|
||||
if state.cancelled {
|
||||
if state.cancelled.with({ $0 }) {
|
||||
return
|
||||
}
|
||||
if let strongSelf = self {
|
||||
|
||||
Reference in New Issue
Block a user