Removed all animations to be consistent with the current behavior
This commit is contained in:
parent
65bb1dcdbf
commit
c25e523df6
2 changed files with 0 additions and 18 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue