This commit is contained in:
yumoqing 2020-05-07 20:04:13 +08:00
parent e699b60d94
commit 47e554faeb

View File

@ -120,6 +120,7 @@ class BaseVPlayer(FloatLayout, SwipeBehavior):
else:
Window.allow_screensaver = True
if self._video.state == 'stop':
Logger.info('VPlayer: state==stop,nextdir=%s',self.nextdir)
if self.nextdir is None:
self.dispatch('on_next',self)
self.nextdir = None