mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
fix bug in task switcher gesture opening animation from homescreen
fixes https://invent.kde.org/plasma/plasma-mobile/-/issues/399
This commit is contained in:
parent
d42d36129d
commit
d9d159eea2
1 changed files with 1 additions and 0 deletions
|
|
@ -232,6 +232,7 @@ FocusScope {
|
||||||
} else {
|
} else {
|
||||||
// do open switcher in case we were on homescreen before
|
// do open switcher in case we were on homescreen before
|
||||||
taskSwitcherHelpers.animateGoToTaskIndex(state.currentTaskIndex);
|
taskSwitcherHelpers.animateGoToTaskIndex(state.currentTaskIndex);
|
||||||
|
state.yPosition = taskSwitcherHelpers.openedYPosition;
|
||||||
taskSwitcherHelpers.open();
|
taskSwitcherHelpers.open();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue