mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 06:03:34 +08:00
Fix: handle info bar which obstructs DORM_RED_DOT (#3528)
* Upd: [CN, EN, JP] dorm asset DORM_RED_DOT * Fix: handle info bar which obstructs DORM_RED_DOT
This commit is contained in:
@@ -408,6 +408,7 @@ class RewardDorm(UI):
|
|||||||
return
|
return
|
||||||
|
|
||||||
self.ui_ensure(page_dormmenu)
|
self.ui_ensure(page_dormmenu)
|
||||||
|
self.handle_info_bar()
|
||||||
if not self.appear(DORM_RED_DOT, offset=(30, 30)):
|
if not self.appear(DORM_RED_DOT, offset=(30, 30)):
|
||||||
logger.info('Nothing to collect. Dorm collecting skipped.')
|
logger.info('Nothing to collect. Dorm collecting skipped.')
|
||||||
collect = False
|
collect = False
|
||||||
|
|||||||
Reference in New Issue
Block a user