diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 82edee2efd..a458e1e018 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -564,6 +564,7 @@ */ _onShow: function(e) { if (this.shown) { + this._setCurrentDir('/', false); this.reload(); } this.shown = true;