Merge branch 'main' into 91-implement-the-gui-for-native-desktop-apps-in-flutter

This commit is contained in:
PatrykHegenberg 2024-05-29 21:26:34 +02:00 committed by GitHub
commit fc5d8efed6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,9 @@ use tracing::error;
const DESTINATION: u8 = 0;
const NONCE_SIZE: usize = 12;
#[cfg(target_os = "android")]
const FILE_PATH_PREFIX: &str = "/storage/emulated/0/Download";
struct File {
name: String,
size: u64,