mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-29 09:39:03 +03:00
fade out controls after using seekbar
This commit is contained in:
parent
c51a88b518
commit
7b2f0bf107
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ class PlayerControlsView @JvmOverloads constructor(context: Context, attrs: Attr
|
|||
|
||||
override fun onStopTrackingTouch(seekBar: SeekBar) {
|
||||
userIsOperatingSeekbar = false
|
||||
animationHandler.postDelayed(controlsViewRunnable, 3500L)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue