更新消息小红点未读显示

This commit is contained in:
wyf
2025-12-10 16:59:29 +08:00
parent fb5a17830b
commit f2657e4238
5 changed files with 75 additions and 54 deletions

View File

@@ -486,7 +486,7 @@ Future<void> startMessagePolling(int ent_type) async {
}
}
_messageTimer = Timer.periodic(Duration(seconds: 10), (timer) async {
_messageTimer = Timer.periodic(Duration(seconds: 1), (timer) async {
try {
if (ent_type == APPPackageType.MHT.code) {
if (Get.isRegistered<MhMessageController>()) {