mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 16:07:58 -06:00
fix: Remove deletion of temporary files on app startup
This commit is contained in:
@@ -101,9 +101,6 @@ void main() async {
|
|||||||
// Initialize Blocs/Cubits
|
// Initialize Blocs/Cubits
|
||||||
final connectivityCubit = ConnectivityCubit(connectivityStatusService);
|
final connectivityCubit = ConnectivityCubit(connectivityStatusService);
|
||||||
|
|
||||||
// Remove temporarily downloaded files.
|
|
||||||
await FileService.clearDirectoryContent(PaperlessDirectoryType.temporary);
|
|
||||||
|
|
||||||
// Load application settings and stored authentication data
|
// Load application settings and stored authentication data
|
||||||
await connectivityCubit.initialize();
|
await connectivityCubit.initialize();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user