Skip to content

Commit

Permalink
Remove fadeInDesktop and fadeOutDesktop calls
Browse files Browse the repository at this point in the history
  • Loading branch information
RensAlthuis committed Apr 10, 2022
1 parent 564dc75 commit f8e39b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions overviewControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,6 @@ var ControlsManagerOverride = {

this._searchController.prepareToEnterOverview();
this._workspacesDisplay.prepareToEnterOverview();
if (!this._workspacesDisplay.activeWorkspaceHasMaximizedWindows())
Main.overview.fadeOutDesktop();

this._stateAdjustment.value = ControlsState.HIDDEN;

this._workspacesDisplay.opacity = 255;
Expand Down Expand Up @@ -369,9 +366,6 @@ var ControlsManagerOverride = {
this._ignoreShowAppsButtonToggle = true;

this._workspacesDisplay.prepareToLeaveOverview();
if (!this._workspacesDisplay.activeWorkspaceHasMaximizedWindows())
Main.overview.fadeInDesktop();

this._stateAdjustment.ease(ControlsState.HIDDEN, {
duration: Overview.ANIMATION_TIME,
mode: Clutter.AnimationMode.EASE_OUT_QUAD,
Expand Down

0 comments on commit f8e39b7

Please sign in to comment.