Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Mobile
Commits
63214b7d
Commit
63214b7d
authored
Sep 24, 2022
by
Yari Polla
Committed by
Devin Lin
Sep 24, 2022
Browse files
folio/appdrawer: fix app drawer button behaviour
parent
e82d84cf
Pipeline
#236487
passed with stage
in 1 minute and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
containments/homescreens/folio/package/contents/ui/appdrawer/AbstractAppDrawer.qml
View file @
63214b7d
...
...
@@ -112,7 +112,10 @@ Item {
}
factor
:
root
.
openFactor
flickable
:
view
onOpenRequested
:
homeScreenState
.
openAppDrawer
();
onOpenRequested
:
{
contentItem
.
positionViewAtBeginning
();
homeScreenState
.
openAppDrawer
();
}
onCloseRequested
:
homeScreenState
.
closeAppDrawer
();
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment