mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: handle popup of action_point_use
This commit is contained in:
parent
afcf5cebd1
commit
2e9183c591
@ -56,6 +56,9 @@ class ActionPointHandler(UI):
|
||||
self.device.sleep(0.3)
|
||||
continue
|
||||
|
||||
if self.handle_popup_confirm():
|
||||
continue
|
||||
|
||||
self.action_point_update()
|
||||
if self._action_point_current > prev:
|
||||
break
|
||||
|
||||
Loading…
Reference in New Issue
Block a user