Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk committed Sep 18, 2024
1 parent e1a6ccc commit e20f5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl Drop for InstallingService {

#[cfg(any(target_os = "android", target_os = "ios"))]
#[inline]
fn is_prelogin() -> bool {
pub fn is_prelogin() -> bool {
false
}

Expand Down

0 comments on commit e20f5dd

Please sign in to comment.