Merge branch 'ios_1.2.2'

This commit is contained in:
rustdesk
2023-09-03 11:28:21 +08:00
2 changed files with 14 additions and 8 deletions

View File

@@ -396,7 +396,7 @@ class ChatModel with ChangeNotifier {
parent.target?.serverModel.jumpTo(id);
}
} else {
if (HomePage.homeKey.currentState?.selectedIndex != 1 ||
if (HomePage.homeKey.currentState?.isChatPageCurrentTab != true ||
_currentKey != messagekey) {
client.unreadChatMessageCount.value += 1;
mobileUpdateUnreadSum();