mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 14:13:34 +08:00
Fix: handle island ui additional
This commit is contained in:
@@ -62,9 +62,7 @@ class Island(IslandProjectRun, IslandTransportRun):
|
||||
project = any(project_config)
|
||||
names = self.island_config_to_names(project_config)
|
||||
if transport or project:
|
||||
self.ui_ensure(page_dormmenu)
|
||||
self.ui_goto(page_island, get_ship=False)
|
||||
self.device.sleep(0.5)
|
||||
self.ui_goto_island()
|
||||
self.ui_ensure(page_island_phone)
|
||||
self.island_run(transport=transport, project=project, names=names)
|
||||
self.ui_goto(page_main, get_ship=False)
|
||||
|
||||
Reference in New Issue
Block a user