fix(ToolbarToggler): remove call overlay from the timeout check

Remove check for the call overlay being visible in postponing
the toolbar being hidden, as we don't want to have it displayed at all
when the overlay is there.
This commit is contained in:
paweldomas 2016-10-13 10:32:32 -05:00
parent 0053c4df49
commit 687b0cad8e
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ function hideToolbar(force) { // eslint-disable-line no-unused-vars
toolbarTimeoutObject = null;
if (Toolbar.isHovered()
|| APP.UI.isRingOverlayVisible()
|| SideContainerToggler.isVisible()) {
toolbarTimeoutObject = setTimeout(hideToolbar, toolbarTimeout);
} else {