diff options
-rw-r--r-- | apps/files/js/filelist.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 6cf82391baf..7c9ae01bffe 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -2011,6 +2011,8 @@ self.fileSummary.update(); self.updateSelectionSummary(); self.updateStorageStatistics(); + // in case there was a "storage full" permanent notification + OC.Notification.hide(); } else { if (result.status === 'error' && result.data.message) { OC.Notification.show(result.data.message); |