1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 11:37:23 +08:00

Fix: Expiration detection when selected a commission

Red background of expiration become lighter when commission is selected
This commit is contained in:
LmeSzinc
2022-03-10 21:07:42 +08:00
parent 2d7135f7e7
commit ca2491611b
3 changed files with 6 additions and 6 deletions

View File

@@ -264,7 +264,7 @@ class RewardCommission(UI, InfoHandler):
self.device.sleep(0.3)
comm_timer.reset()
if self.handle_popup_confirm():
if self.handle_popup_confirm('COMMISSION_START'):
comm_timer.reset()
pass
if self.appear(COMMISSION_ADVICE, offset=(5, 20), interval=7):