fix: android compile

This commit is contained in:
Kingtous 2023-02-07 20:48:09 +08:00
parent 344d927ff8
commit c3b273a5ad

View File

@ -1285,6 +1285,7 @@ pub fn main_hide_docker() -> SyncReturn<bool> {
}
pub fn cm_start_listen_ipc_thread() {
#[cfg(not(any(target_os = "android", target_os = "ios")))]
crate::flutter::connection_manager::start_listen_ipc_thread();
}