Fix usage bar refresh after leaving a team

This commit is contained in:
yflory 2019-09-30 15:58:38 +02:00
parent a530776ba8
commit 01a7430833

View File

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