mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-03-29 18:00:11 +01:00
adding a space
This commit is contained in:
parent
fc329bae4a
commit
4cfc1cad47
@ -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…
x
Reference in New Issue
Block a user