mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Fix: 修复获得紧急委托时截图被消息框挡住的问题
This commit is contained in:
@@ -19,8 +19,7 @@ class UrgentCommissionHandler(InfoBarHandler):
|
||||
if appear:
|
||||
logger.info('Get urgent commission')
|
||||
if save_get_items:
|
||||
if self.handle_info_bar():
|
||||
self.device.screenshot()
|
||||
self.handle_info_bar()
|
||||
self.device.save_screenshot('get_mission')
|
||||
self.device.click(GET_MISSION)
|
||||
return appear
|
||||
|
||||
Reference in New Issue
Block a user