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