mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 00:12:22 -06:00
feat: Update assets, bump version, update changelogs, minor visual improvements
This commit is contained in:
@@ -115,11 +115,11 @@ class FileService {
|
||||
formatBytes(await getDirSizeInBytes(consumptionDir));
|
||||
|
||||
logger.ft(
|
||||
"Removing scans...",
|
||||
"Clearing scans directory...",
|
||||
className: runtimeType.toString(),
|
||||
methodName: "clearUserData",
|
||||
);
|
||||
await _temporaryScansDirectory.delete(recursive: true);
|
||||
await _temporaryScansDirectory.clear();
|
||||
logger.ft(
|
||||
"Removed $scanDirSize...",
|
||||
className: runtimeType.toString(),
|
||||
|
||||
Reference in New Issue
Block a user