mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Slow transitions can result in multi-clicks, inadvertently use drill due to same position as checked asset
This commit is contained in:
parent
bc8536f492
commit
674722609c
@ -242,7 +242,7 @@ class RewardGacha(GachaUI, GeneralShop, Retirement):
|
||||
else:
|
||||
self.device.screenshot()
|
||||
|
||||
if self.appear(POPUP_CONFIRM, offset=(20, 80)):
|
||||
if self.appear(POPUP_CONFIRM, offset=(20, 80), interval=3):
|
||||
# Alter asset name for click
|
||||
POPUP_CONFIRM.name = POPUP_CONFIRM.name + '_' + 'GACHA_ORDER'
|
||||
self.device.click(POPUP_CONFIRM)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user