def load_switch_account(self):
"""
Loads the switch account screen.
"""
# loads the switch account screen
Clock.schedule_once(
lambda dt: self.screen_manager_current(
'switch_account', direction='left'),
SCREEN_SWITCH_DELAY)
评论列表
文章目录