mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-04-17 11:47:33 +02: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() {
|
private fun setLastVideoSavedPosition() {
|
||||||
val pos = config.getLastVideoPosition(mUri.toString())
|
val pos = config.getLastVideoPosition(mUri.toString())
|
||||||
if(pos > 0) {
|
if (pos > 0) {
|
||||||
setPosition(pos)
|
setPosition(pos)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user