mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-30 08:18:00 +01:00
do not toggle video player bottom time holder visibility
This commit is contained in:
parent
760957a313
commit
dad6fb6689
1 changed files with 0 additions and 1 deletions
|
@ -394,7 +394,6 @@ open class VideoPlayerActivity : SimpleActivity(), SeekBar.OnSeekBarChangeListen
|
||||||
video_time_holder.setPadding(0, 0, right, bottom)
|
video_time_holder.setPadding(0, 0, right, bottom)
|
||||||
video_seekbar.setOnSeekBarChangeListener(this)
|
video_seekbar.setOnSeekBarChangeListener(this)
|
||||||
video_seekbar!!.max = mDuration
|
video_seekbar!!.max = mDuration
|
||||||
video_time_holder.beInvisibleIf(mIsFullscreen)
|
|
||||||
video_duration.text = mDuration.getFormattedDuration()
|
video_duration.text = mDuration.getFormattedDuration()
|
||||||
video_curr_time.text = mCurrTime.getFormattedDuration()
|
video_curr_time.text = mCurrTime.getFormattedDuration()
|
||||||
setupTimer()
|
setupTimer()
|
||||||
|
|
Loading…
Reference in a new issue