mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 00:09:03 +08:00
Fix: [EN] enhance stuck due to asset altered via wait_until_stable / load_color
This commit is contained in:
@@ -27,7 +27,7 @@ class Equipment(UI):
|
|||||||
swipe_timer.reset()
|
swipe_timer.reset()
|
||||||
self.device.swipe(vector=(distance, 0), box=SWIPE_AREA.area, random_range=SWIPE_RANDOM_RANGE,
|
self.device.swipe(vector=(distance, 0), box=SWIPE_AREA.area, random_range=SWIPE_RANDOM_RANGE,
|
||||||
padding=0, duration=(0.1, 0.12), name='EQUIP_SWIPE')
|
padding=0, duration=(0.1, 0.12), name='EQUIP_SWIPE')
|
||||||
self.wait_until_stable(check_button)
|
self.wait_until_appear(check_button)
|
||||||
swipe_count += 1
|
swipe_count += 1
|
||||||
|
|
||||||
self.device.screenshot()
|
self.device.screenshot()
|
||||||
|
|||||||
Reference in New Issue
Block a user