mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-16 03:21:29 +03:00
fix: android compile
This commit is contained in:
@@ -1285,6 +1285,7 @@ pub fn main_hide_docker() -> SyncReturn<bool> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn cm_start_listen_ipc_thread() {
|
pub fn cm_start_listen_ipc_thread() {
|
||||||
|
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||||
crate::flutter::connection_manager::start_listen_ipc_thread();
|
crate::flutter::connection_manager::start_listen_ipc_thread();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user