1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Fix: Handle submarine popup when using obscure loggers

This commit is contained in:
LmeSzinc
2021-11-07 00:25:31 +08:00
parent 95a5d58e2f
commit 6a801a182a

View File

@@ -118,9 +118,13 @@ class StorageHandler(GlobeOperation, ZoneManager):
if self.appear(STORAGE_CHECK, offset=(30, 30), interval=5):
self.device.click(button)
continue
if self.appear_then_click(STORAGE_COORDINATE_CHECKOUT, offset=(30, 30), interval=5):
self.interval_reset(STORAGE_CHECK)
continue
if self.handle_popup_confirm('STORAGE_CHECKOUT'):
# Submarine popup
continue
# End
if self.is_zone_pinned():