Fix drive displaying All Files after logging in

This commit is contained in:
yflory 2019-09-23 17:25:21 +02:00
parent 0de7395258
commit 9f597dac1f
1 changed files with 5 additions and 0 deletions

View File

@ -3209,6 +3209,11 @@ define([
}
}
if (APP.loggedIn && path[0] === FILES_DATA) {
path = [ROOT];
}
appStatus.ready(false);
currentPath = path;
var s = $content.scrollTop() || 0;