remove warn

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-04-19 11:34:52 +08:00
parent e0b3ef6c4b
commit e194e70f1a

View File

@ -71,7 +71,7 @@ fn handle_client_message(builder: &mut IfaceBuilder<()>) {
move |_, _, (_uni_links,): (String,)| {
#[cfg(feature = "flutter")]
{
use crate::flutter::{self, APP_TYPE_MAIN};
use crate::flutter;
let data = HashMap::from([
("name", "new_connection"),
("uni_links", _uni_links.as_str()),