remove warns

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-04-19 12:06:01 +08:00
parent e194e70f1a
commit 6013725200
6 changed files with 30 additions and 13 deletions

View File

@@ -362,7 +362,10 @@ impl<T: InvokeUiSession> Remote<T> {
});
return Some(tx);
}
None
#[cfg(target_os = "ios")]
{
None
}
}
async fn handle_msg_from_ui(&mut self, data: Data, peer: &mut Stream) -> bool {