1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Fix: skip_first_screenshot after long tap only

This commit is contained in:
LmeSzinc
2024-04-10 00:31:52 +08:00
parent 247f333d1e
commit 3e17697904

View File

@@ -308,11 +308,13 @@ class RewardDorm(UI):
for _ in range(count):
self.device.click(button)
self.device.sleep((0.5, 0.8))
skip_first_screenshot = False
else:
self._dorm_feed_long_tap(button, count)
skip_first_screenshot = True
skip_first_screenshot = True
self.popup_interval_clear()
while 1:
if skip_first_screenshot:
skip_first_screenshot = False