mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 16:17:21 +08:00
Merge branch 'master' into app
# Updates EN VOTE_CANCEL # Mitigates multi-click for submit-gacha in case of slow transition
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user