-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
intellihide: Fix unexpected unredirection disable with overview
When overview shows, this._animateIn is called in _onOverviewShowing(). And when overview hides, _updateDashVisibility() might call this._animateIn() again, which makes the unredirection always disabled and brings performance issue in some cases. This commit replaces the counter for unredirection by a boolean value, to make logic more clear, and disabling/enabling unredirection balanced.
- Loading branch information
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters