adding a space
This commit is contained in:
parent
4cfc1cad47
commit
ee18bdfb89
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ class VideoFragment : ViewPagerFragment(), TextureView.SurfaceTextureListener, S
|
|||
|
||||
private fun restoreLastVideoSavedPosition() {
|
||||
val pos = mConfig.getLastVideoPosition(mMedium.path)
|
||||
if(pos > 0) {
|
||||
if (pos > 0) {
|
||||
setPosition(pos)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue