mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
overview: Pass state while calling _animateVisible()
Pass OverviewControls.ControlsState.WINDOW_PICKER to the _animateVisible function in _hideDone(). Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3876 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1769>
This commit is contained in:
parent
b3f34d12f1
commit
4bfb91c5cd
1 changed files with 1 additions and 1 deletions
|
|
@ -619,7 +619,7 @@ var Overview = class {
|
|||
this.emit('hidden');
|
||||
// Handle any calls to show* while we were hiding
|
||||
if (this._shown)
|
||||
this._animateVisible();
|
||||
this._animateVisible(OverviewControls.ControlsState.WINDOW_PICKER);
|
||||
else
|
||||
Main.layoutManager.hideOverview();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue