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

Opt: added toast notification for research

This commit is contained in:
whoamikyo
2021-02-20 17:11:26 -03:00
parent 52b50fa53b
commit 133d464091

View File

@@ -318,6 +318,7 @@ class RewardResearch(ResearchSelector):
self.ui_goto(page_reshmenu, skip_first_screenshot=True)
self.ui_click(RESHMENU_GOTO_RESEARCH, check_button=research_check, skip_first_screenshot=True)
self.device.send_notification('Research Start', 'Research receive')
self.ensure_research_stable()
@Config.when(SERVER=None)