mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Merge pull request #429 from railzy/handle_popup
Fix: handle popup of action_point_use
This commit is contained in:
@@ -56,6 +56,9 @@ class ActionPointHandler(UI):
|
|||||||
self.device.sleep(0.3)
|
self.device.sleep(0.3)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
if self.handle_popup_confirm():
|
||||||
|
continue
|
||||||
|
|
||||||
self.action_point_update()
|
self.action_point_update()
|
||||||
if self._action_point_current > prev:
|
if self._action_point_current > prev:
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user