overview: Fix showApps() compatibility method

The method is unused in gnome-shell itself, but extensions may still
want to call it, so make sure it actually works.

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3873

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1766>
This commit is contained in:
Florian Müllner 2021-03-14 12:07:31 +01:00 committed by Marge Bot
parent 5062c4c9c2
commit 3c221cea48

View File

@ -639,7 +639,7 @@ var Overview = class {
}
showApps() {
this._show(OverviewControls.ControlsState.APP_GRID);
this.show(OverviewControls.ControlsState.APP_GRID);
}
runStartupAnimation(callback) {