fix: clipboard, client side, update is required on conn (#10464)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -1260,7 +1260,8 @@ impl<T: InvokeUiSession> Remote<T> {
|
|||||||
// to-do: Android, is `sync_init_clipboard` really needed?
|
// to-do: Android, is `sync_init_clipboard` really needed?
|
||||||
// https://github.com/rustdesk/rustdesk/discussions/9010
|
// 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();
|
crate::flutter::update_text_clipboard_required();
|
||||||
|
|
||||||
// on connection established client
|
// on connection established client
|
||||||
|
|||||||
Reference in New Issue
Block a user