notifications: do not expire notificationa after invoking action

This may close notification before action is passed and this causes the
action to not work.
This commit is contained in:
Bhushan Shah 2025-05-22 20:04:58 +05:30
parent 557e48c100
commit 73b5595139

View file

@ -158,7 +158,6 @@ Item {
notificationsModel.invokeAction(notificationsModel.index(modelIndex, 0), actionName, NotificationManager.Close); // notification closes
}
}
expire();
}
if (notificationItem.requestToInvoke) {