mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Improve seek gesture
This commit is contained in:
@@ -72,7 +72,7 @@ struct TVControls: UIViewRepresentable {
|
||||
}
|
||||
|
||||
@objc func handleTap(sender _: UITapGestureRecognizer) {
|
||||
if !model.presentingControls, model.player.playerTime.seekOSDDismissed {
|
||||
if !model.presentingControls {
|
||||
model.show()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user