adding a space
This commit is contained in:
parent
fc329bae4a
commit
4cfc1cad47
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ open class VideoPlayerActivity : SimpleActivity(), SeekBar.OnSeekBarChangeListen
|
|||
|
||||
private fun setLastVideoSavedPosition() {
|
||||
val pos = config.getLastVideoPosition(mUri.toString())
|
||||
if(pos > 0) {
|
||||
if (pos > 0) {
|
||||
setPosition(pos)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue