mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Clear temp encrypted folder for clear failed uploads actions
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
a7fe0adafb
commit
24b2d033f1
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ public class UploadListAdapter extends SectionedRecyclerViewAdapter<SectionedVie
|
||||||
|
|
||||||
if (itemId == R.id.action_upload_list_failed_clear) {
|
if (itemId == R.id.action_upload_list_failed_clear) {
|
||||||
uploadsStorageManager.clearFailedButNotDelayedUploads();
|
uploadsStorageManager.clearFailedButNotDelayedUploads();
|
||||||
|
FileDataStorageManager.clearTempEncryptedFolder(MainApp.getAppContext());
|
||||||
loadUploadItemsFromDb();
|
loadUploadItemsFromDb();
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue