fix: connection text in client now

This commit is contained in:
Kingtous
2023-04-17 20:49:37 +08:00
parent 83e63d57e1
commit f0b532426f
4 changed files with 12 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ use serde_derive::Serialize;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
use crate::ipc::Connection;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
#[cfg(not(any(target_os = "ios")))]
use crate::ipc::{self, Data};
#[cfg(not(any(target_os = "android", target_os = "ios")))]
use hbb_common::tokio::sync::mpsc::unbounded_channel;
@@ -150,7 +150,7 @@ impl<T: InvokeUiCM> ConnectionManager<T> {
recording,
from_switch,
#[cfg(not(any(target_os = "ios")))]
_tx,
tx,
in_voice_call: false,
incoming_voice_call: false,
};