You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lv.screen_load_anim(prev_screen, lv.SCR_LOAD_ANIM.OVER_RIGHT, 500, 0, True) # True means delete the old screen, which is fine as we're going back and current_activity.onDestroy() was called
528
525
ifprev_activity:
529
526
prev_activity.onResume(prev_screen)
530
527
iflen(screen_stack) ==1:
531
528
open_bar()
532
529
533
530
534
-
535
531
# Would be better to somehow save other events, like clicks, and pass them down to the layers below if released with x < 60
0 commit comments