Fix usage bar refresh after leaving a team
This commit is contained in:
parent
a530776ba8
commit
01a7430833
@ -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;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user