Skip to content

Commit

Permalink
android
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Sep 24, 2024
1 parent 49aac59 commit 5d547bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/fs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ impl ScopeObject for scope::Entry {

match app.path().parse(path) {
Ok(path) => Ok(Self { path: Some(path) }),
#[cfg(not(target_os = "android"))]
Err(tauri::Error::UnknownPath) => Ok(Self { path: None }),
Err(err) => Err(err.into()),
}
Expand Down

0 comments on commit 5d547bc

Please sign in to comment.