bugfix
This commit is contained in:
parent
e699b60d94
commit
47e554faeb
@ -120,6 +120,7 @@ class BaseVPlayer(FloatLayout, SwipeBehavior):
|
|||||||
else:
|
else:
|
||||||
Window.allow_screensaver = True
|
Window.allow_screensaver = True
|
||||||
if self._video.state == 'stop':
|
if self._video.state == 'stop':
|
||||||
|
Logger.info('VPlayer: state==stop,nextdir=%s',self.nextdir)
|
||||||
if self.nextdir is None:
|
if self.nextdir is None:
|
||||||
self.dispatch('on_next',self)
|
self.dispatch('on_next',self)
|
||||||
self.nextdir = None
|
self.nextdir = None
|
||||||
|
Loading…
Reference in New Issue
Block a user