mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
adding a space
This commit is contained in:
@ -287,7 +287,7 @@ class VideoFragment : ViewPagerFragment(), TextureView.SurfaceTextureListener, S
|
|||||||
|
|
||||||
private fun restoreLastVideoSavedPosition() {
|
private fun restoreLastVideoSavedPosition() {
|
||||||
val pos = mConfig.getLastVideoPosition(mMedium.path)
|
val pos = mConfig.getLastVideoPosition(mMedium.path)
|
||||||
if(pos > 0) {
|
if (pos > 0) {
|
||||||
setPosition(pos)
|
setPosition(pos)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user