adding a space

This commit is contained in:
Tibor Kaputa 2019-04-01 12:19:42 +02:00 committed by GitHub
parent 4cfc1cad47
commit ee18bdfb89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
}
}