Removed all animations to be consistent with the current behavior

This commit is contained in:
litetex 2021-12-14 20:44:39 +01:00
parent 65bb1dcdbf
commit c25e523df6
2 changed files with 0 additions and 18 deletions

View file

@ -57,7 +57,6 @@ class PlayerFastSeekOverlay(context: Context, attrs: AttributeSet?) :
Log.d(TAG, "onDoubleTapStarted called with portion = [$portion]")
initTap = false
performListener?.onDoubleTabStart()
secondsView.stop()
}
@ -122,7 +121,6 @@ class PlayerFastSeekOverlay(context: Context, attrs: AttributeSet?) :
}
interface PerformListener {
fun onDoubleTabStart() {}
fun onDoubleTab()
fun onDoubleTabEnd()
fun shouldFastForward(portion: DisplayPortion): Boolean?