mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-08 04:40:06 +03:00
fix ci
This commit is contained in:
@@ -128,6 +128,12 @@ impl Drop for InstallingService {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(any(target_os = "android", target_os = "ios"))]
|
||||
#[inline]
|
||||
fn is_prelogin() -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
Reference in New Issue
Block a user