diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 82edee2efdfdb..a458e1e01831a 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;