From fede76bbae21d6fb08263fba51737d73902e527b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 12 May 2025 18:58:03 +1000 Subject: notifs: fix crash --- modules/notifications/Content.qml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/notifications/Content.qml b/modules/notifications/Content.qml index 0ea6935..ecf2c0d 100644 --- a/modules/notifications/Content.qml +++ b/modules/notifications/Content.qml @@ -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" -- cgit v1.2.3-freya