mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
fix shareFile
This commit is contained in:
@@ -213,7 +213,7 @@ class Share {
|
||||
);
|
||||
} else {
|
||||
// write to cache
|
||||
var file = File(FilePath.join(Directory.systemTemp.path, filename));
|
||||
var file = File(FilePath.join(App.cachePath, filename));
|
||||
file.writeAsBytesSync(data);
|
||||
s.Share.shareXFiles([s.XFile(file.path)]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user