fix: Remove deletion of temporary files on app startup

This commit is contained in:
Anton Stubenbord
2023-02-16 10:55:30 +01:00
parent 8d1227f0db
commit 059df3a21b

View File

@@ -101,9 +101,6 @@ void main() async {
// Initialize Blocs/Cubits
final connectivityCubit = ConnectivityCubit(connectivityStatusService);
// Remove temporarily downloaded files.
await FileService.clearDirectoryContent(PaperlessDirectoryType.temporary);
// Load application settings and stored authentication data
await connectivityCubit.initialize();