mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-01 11:34:53 +08:00
Fix: Handle 2 Infobars covering action_point ocr (#2503)
This commit is contained in:
@@ -151,6 +151,9 @@ class ActionPointHandler(UI, MapEventHandler):
|
|||||||
else:
|
else:
|
||||||
self.device.screenshot()
|
self.device.screenshot()
|
||||||
|
|
||||||
|
if self.info_bar_count() >= 2:
|
||||||
|
continue
|
||||||
|
|
||||||
if timeout.reached():
|
if timeout.reached():
|
||||||
logger.warning('Get action points timeout')
|
logger.warning('Get action points timeout')
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user