Skip to content

Commit

Permalink
Fixed ubports#351
Browse files Browse the repository at this point in the history
  • Loading branch information
kugiigi authored Jul 20, 2021
1 parent a256c92 commit 55ff1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qml/Launcher/Launcher.qml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ FocusScope {
drawer.focusInput();
}
if (state === "drawer" && !onlyOpen)
if (alsoToggleLauncher && !root.lockedVisible)
switchToNextState("");
if (alsoToggleLauncher)
hide();
else
switchToNextState("visible");
else
Expand Down

0 comments on commit 55ff1e0

Please sign in to comment.