mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 19:55:12 +00:00
fix: schedule popups
This commit is contained in:
parent
b5d2c13259
commit
17851b86de
@ -18,7 +18,8 @@ class ScheduleUI(UI):
|
||||
while 1:
|
||||
self.device.screenshot()
|
||||
self.appear_then_click(dest_enter, interval=1)
|
||||
self.handle_affection_level_up()
|
||||
if self.handle_affection_level_up() or self.handle_location_level_up():
|
||||
timer.reset()
|
||||
if self.appear(dest_check):
|
||||
return True
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user