Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
iiLubos committed Nov 14, 2023
1 parent db40926 commit bc5dbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery/notificationmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void NotificationModel::timerFired()
{
for ( Notification &notification : mNotifications )
{
if ( notification.canBeRemoved() )
if ( notification.isRemovableAfterDecrement() )
remove( notification.id() );
}
}
Expand Down

0 comments on commit bc5dbd0

Please sign in to comment.