do not toggle video player bottom time holder visibility

This commit is contained in:
tibbi 2019-01-02 19:31:07 +01:00
parent 760957a313
commit dad6fb6689
1 changed files with 0 additions and 1 deletions

View File

@ -394,7 +394,6 @@ open class VideoPlayerActivity : SimpleActivity(), SeekBar.OnSeekBarChangeListen
video_time_holder.setPadding(0, 0, right, bottom)
video_seekbar.setOnSeekBarChangeListener(this)
video_seekbar!!.max = mDuration
video_time_holder.beInvisibleIf(mIsFullscreen)
video_duration.text = mDuration.getFormattedDuration()
video_curr_time.text = mCurrTime.getFormattedDuration()
setupTimer()