diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index ef5f7e71b..242d90106 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -3209,6 +3209,11 @@ define([ } } + if (APP.loggedIn && path[0] === FILES_DATA) { + path = [ROOT]; + } + + appStatus.ready(false); currentPath = path; var s = $content.scrollTop() || 0;