Fix usage bar refresh after leaving a team

pull/1/head
yflory 2019-09-30 15:58:38 +02:00
parent a530776ba8
commit 01a7430833
1 changed files with 4 additions and 0 deletions

View File

@ -100,6 +100,10 @@ define([
APP.teamEdPublic = null;
APP.drive = null;
APP.buildUI(common);
if (APP.usageBar) {
APP.usageBar.stop();
APP.usageBar = null;
}
});
});
}