mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
fix: clipboard, client side, update is required on conn (#10464)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
222dbf12cd
commit
dd004f1a2d
1 changed files with 2 additions and 1 deletions
|
@ -1260,7 +1260,8 @@ impl<T: InvokeUiSession> Remote<T> {
|
|||
// to-do: Android, is `sync_init_clipboard` really needed?
|
||||
// https://github.com/rustdesk/rustdesk/discussions/9010
|
||||
|
||||
#[cfg(target_os = "android")]
|
||||
#[cfg(feature = "flutter")]
|
||||
#[cfg(not(target_os = "ios"))]
|
||||
crate::flutter::update_text_clipboard_required();
|
||||
|
||||
// on connection established client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue