add android screen record (incoming session)

This commit is contained in:
csf
2022-10-25 10:16:11 +09:00
parent 46eba4758d
commit 0c30d34cc2
4 changed files with 72 additions and 4 deletions

View File

@@ -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>) {