mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Revert video controls timer setup
This commit is contained in:
parent
71a5d5560e
commit
0f01f83a55
@ -484,7 +484,6 @@ final class UniversalVideoGalleryItemNode: ZoomableContentGalleryItemNode {
|
|||||||
private var previousPlaying: Bool?
|
private var previousPlaying: Bool?
|
||||||
|
|
||||||
private func setupControlsTimer() {
|
private func setupControlsTimer() {
|
||||||
return
|
|
||||||
let timer = SwiftSignalKit.Timer(timeout: 3.0, repeat: false, completion: { [weak self] in
|
let timer = SwiftSignalKit.Timer(timeout: 3.0, repeat: false, completion: { [weak self] in
|
||||||
self?.updateControlsVisibility(false)
|
self?.updateControlsVisibility(false)
|
||||||
self?.controlsTimer = nil
|
self?.controlsTimer = nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user