mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 17:24:48 +00:00
homescreen: Reset app drawer position when opened
This commit is contained in:
parent
db29d4b236
commit
dd3303818b
1 changed files with 3 additions and 0 deletions
|
|
@ -206,6 +206,9 @@ QtObject {
|
||||||
currentSwipeState = HomeScreenState.SwipingAppDrawerVisibility;
|
currentSwipeState = HomeScreenState.SwipingAppDrawerVisibility;
|
||||||
xDetermineSwipePosition = 0;
|
xDetermineSwipePosition = 0;
|
||||||
yDetermineSwipePosition = 0;
|
yDetermineSwipePosition = 0;
|
||||||
|
|
||||||
|
// reset app drawer position to top
|
||||||
|
appDrawerFlickable.contentY = 0;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue