diff --git a/look-and-feel/contents/lockscreen/SimpleNotification.qml b/look-and-feel/contents/lockscreen/SimpleNotification.qml index a7563a93..764bd8ac 100644 --- a/look-and-feel/contents/lockscreen/SimpleNotification.qml +++ b/look-and-feel/contents/lockscreen/SimpleNotification.qml @@ -183,7 +183,7 @@ Item { } onReleased: { if (Math.abs(rect.x) > width / 2) { // dismiss notification when finished swipe - notifModel.close(notification.id); + notifModel.close(notificationItem.notification.notificationId); } else { slideAnim.restart(); }