fix ci
This commit is contained in:
parent
233e9d80e6
commit
6e78a7debf
@ -949,11 +949,11 @@ async fn check_connect_status_(reconnect: bool, rx: mpsc::UnboundedReceiver<ipc:
|
|||||||
|
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
pub fn option_synced() -> bool {
|
pub fn option_synced() -> bool {
|
||||||
#[cfg(not(any(target_os = "android", feature = "flutter")))]
|
#[cfg(not(any(target_os = "android", feature = "ios")))]
|
||||||
{
|
{
|
||||||
OPTION_SYNCED.lock().unwrap().clone()
|
OPTION_SYNCED.lock().unwrap().clone()
|
||||||
}
|
}
|
||||||
#[cfg(any(target_os = "android", feature = "flutter"))]
|
#[cfg(any(target_os = "android", feature = "ios"))]
|
||||||
{
|
{
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user