зеркало из https://github.com/nextcloud/talk-ios.git
Update idle timer when jumping in VLC player
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
Родитель
d15d6ea3cc
Коммит
a8477b83b1
|
@ -234,6 +234,7 @@ import MobileVLCKit
|
|||
|
||||
mediaPlayer.jumpBackward(Self.jumpInterval)
|
||||
updateInformation()
|
||||
updateIdleTimer()
|
||||
}
|
||||
|
||||
@IBAction func jumpForwardButtonTap(_ sender: Any) {
|
||||
|
@ -253,6 +254,7 @@ import MobileVLCKit
|
|||
}
|
||||
|
||||
updateInformation()
|
||||
updateIdleTimer()
|
||||
}
|
||||
|
||||
@IBAction func playPauseButtonTap(_ sender: Any) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче