diff --git a/submodules/GalleryUI/Sources/Items/UniversalVideoGalleryItem.swift b/submodules/GalleryUI/Sources/Items/UniversalVideoGalleryItem.swift index 7445bf9b4d..f9dc87cb36 100644 --- a/submodules/GalleryUI/Sources/Items/UniversalVideoGalleryItem.swift +++ b/submodules/GalleryUI/Sources/Items/UniversalVideoGalleryItem.swift @@ -484,7 +484,6 @@ final class UniversalVideoGalleryItemNode: ZoomableContentGalleryItemNode { private var previousPlaying: Bool? private func setupControlsTimer() { - return let timer = SwiftSignalKit.Timer(timeout: 3.0, repeat: false, completion: { [weak self] in self?.updateControlsVisibility(false) self?.controlsTimer = nil