mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 02:29:16 +08:00
Fix: Exit mail if mail list empty
This commit is contained in:
@@ -233,6 +233,8 @@ class Mail(UI):
|
|||||||
if self._mail_enter(delete):
|
if self._mail_enter(delete):
|
||||||
self._mail_collect()
|
self._mail_collect()
|
||||||
self._mail_exit()
|
self._mail_exit()
|
||||||
|
else:
|
||||||
|
self._mail_exit()
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user