Merge branch 'rustdesk:master' into master

This commit is contained in:
Sahil Yeole
2023-09-04 01:47:39 +05:30
committed by GitHub
10 changed files with 88 additions and 38 deletions

View File

@@ -403,7 +403,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();