mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Exit mail if mail list empty
This commit is contained in:
parent
886ed38bb3
commit
6737f819fb
@ -233,6 +233,8 @@ class Mail(UI):
|
||||
if self._mail_enter(delete):
|
||||
self._mail_collect()
|
||||
self._mail_exit()
|
||||
else:
|
||||
self._mail_exit()
|
||||
|
||||
def run(self):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user