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

Fix: Timer _story_confirm conflict with STORY_SKIP timer

This commit is contained in:
LmeSzinc
2022-08-05 23:41:00 +08:00
parent 771debd24d
commit e27ebbfab3

View File

@@ -318,6 +318,8 @@ class InfoHandler(ModuleBase):
self._story_confirm.reset()
self.story_popup_timeout.reset()
return True
else:
self.interval_clear(STORY_SKIP)
else:
self._story_confirm.reset()
if self.appear_then_click(GAME_TIPS, offset=(20, 20), interval=2):