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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user