mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
fix android show chat overly out of remote page
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -234,6 +234,7 @@ class ChatModel with ChangeNotifier {
|
||||
}
|
||||
|
||||
showChatPage(int id) async {
|
||||
if (isDesktop) {
|
||||
if (isConnManager) {
|
||||
if (!_isShowCMChatPage) {
|
||||
await toggleCMChatPage(id);
|
||||
@@ -243,6 +244,13 @@ class ChatModel with ChangeNotifier {
|
||||
await toggleChatOverlay();
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (id == clientModeID) {
|
||||
if (_isChatOverlayHide()) {
|
||||
await toggleChatOverlay();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
toggleCMChatPage(int id) async {
|
||||
|
||||
Reference in New Issue
Block a user