notifs: fix crash
This commit is contained in:
parent
8c35d87a9f
commit
fede76bbae
1 changed files with 0 additions and 11 deletions
|
|
@ -51,17 +51,6 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
remove: Transition {
|
||||
id: remove
|
||||
|
||||
Anim {
|
||||
property: "x"
|
||||
to: remove.ViewTransition.item.x > 0 ? NotifsConfig.sizes.width : -NotifsConfig.sizes.width
|
||||
duration: Appearance.anim.durations.large
|
||||
easing.bezierCurve: Appearance.anim.curves.emphasizedAccel
|
||||
}
|
||||
}
|
||||
|
||||
move: Transition {
|
||||
Anim {
|
||||
property: "y"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue