更新消息小红点未读显示
This commit is contained in:
@@ -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>()) {
|
||||
|
||||
Reference in New Issue
Block a user