notifs: fix crash

This commit is contained in:
2 * r + 2 * t 2025-05-12 18:58:03 +10:00
parent 8c35d87a9f
commit fede76bbae

View file

@ -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 { move: Transition {
Anim { Anim {
property: "y" property: "y"