Clear temp encrypted folder for clear failed uploads actions

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-04-12 09:28:43 +02:00 committed by Alper Öztürk
parent a7fe0adafb
commit 24b2d033f1

View file

@ -143,6 +143,7 @@ public class UploadListAdapter extends SectionedRecyclerViewAdapter<SectionedVie
if (itemId == R.id.action_upload_list_failed_clear) {
uploadsStorageManager.clearFailedButNotDelayedUploads();
FileDataStorageManager.clearTempEncryptedFolder(MainApp.getAppContext());
loadUploadItemsFromDb();
} else {