mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix: mobile, query onlines, on active (#8796)
* fix: mobile, query onlines, on active Signed-off-by: dignow <linlong1265@gmail.com> * Update peer_tab_page.dart --------- Signed-off-by: dignow <linlong1265@gmail.com> Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
This commit is contained in:
@@ -384,7 +384,7 @@ class FfiModel with ChangeNotifier {
|
||||
} else if (name == 'use_texture_render') {
|
||||
_handleUseTextureRender(evt, sessionId, peerId);
|
||||
} else {
|
||||
debugPrint('Unknown event name: $name');
|
||||
debugPrint('Event is not handled in the fixed branch: $name');
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user