def on_leave(self, *args):
"""
Makes sure the SessionScreen is left properly
:param args:
:return:
"""
# If leaving the SessionScreen, make sure to stop recording
if self.app.get_own_state()['recording']:
self.record_button()
评论列表
文章目录