1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 20:17:00 +08:00

Merge pull request #429 from railzy/handle_popup

Fix: handle popup of action_point_use
This commit is contained in:
LmeSzinc
2021-04-30 19:46:36 +08:00
committed by GitHub

View File

@@ -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