Skip to content

Commit 77d7b9d

Browse files
committed
Do not remove action when called
1 parent d787bba commit 77d7b9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher/Notification.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ internal static void Install()
2525
if (_notificationActions.TryGetValue(actionId, out var action))
2626
{
2727
action?.Invoke();
28-
_notificationActions.Remove(actionId);
2928
}
3029
};
3130
}

0 commit comments

Comments
 (0)