【尝试修复邮件红点】

dev_chengFeng
zhangqiang 2021-04-08 18:15:29 +08:00
parent 4977de55ba
commit 2be3a11fe7
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ function this.GetMailRedPointState()
-- 无红点可显示,重置服务器邮件红点
if not isShowRedPoint then
ResetServerRedPointStatus(RedPointType.Mail_Server)
isShowRedPoint = false
end
return isShowRedPoint
end