mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-15 20:45:52 +00:00
add android screen record (incoming session)
This commit is contained in:
@@ -413,7 +413,7 @@ pub async fn start_listen<T: InvokeUiCM>(
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
cm.remove_connection(current_id);
|
||||
cm.remove_connection(current_id, true);
|
||||
}
|
||||
|
||||
async fn handle_fs(fs: ipc::FS, write_jobs: &mut Vec<fs::TransferJob>, tx: &UnboundedSender<Data>) {
|
||||
|
||||
Reference in New Issue
Block a user