diff --git a/src/ui_interface.rs b/src/ui_interface.rs index 9496e4d6c..6e99e5fa8 100644 --- a/src/ui_interface.rs +++ b/src/ui_interface.rs @@ -949,11 +949,11 @@ async fn check_connect_status_(reconnect: bool, rx: mpsc::UnboundedReceiver bool { - #[cfg(not(any(target_os = "android", feature = "flutter")))] + #[cfg(not(any(target_os = "android", feature = "ios")))] { OPTION_SYNCED.lock().unwrap().clone() } - #[cfg(any(target_os = "android", feature = "flutter"))] + #[cfg(any(target_os = "android", feature = "ios"))] { true }