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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user