mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix: Handle popups after exiting from page_tactical to page_reward (#1018)
This commit is contained in:
@@ -361,6 +361,8 @@ class RewardTacticalClass(UI):
|
||||
if self.handle_urgent_commission():
|
||||
# Only one button in the middle, when skill reach max level.
|
||||
continue
|
||||
if self.ui_page_main_popups():
|
||||
continue
|
||||
if self.appear(TACTICAL_CLASS_CANCEL, offset=(30, 30), interval=2) \
|
||||
and self.appear(TACTICAL_CLASS_START, offset=(30, 30)):
|
||||
self.device.sleep(0.3)
|
||||
|
||||
Reference in New Issue
Block a user