We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d787bba commit 77d7b9dCopy full SHA for 77d7b9d
Flow.Launcher/Notification.cs
@@ -25,7 +25,6 @@ internal static void Install()
25
if (_notificationActions.TryGetValue(actionId, out var action))
26
{
27
action?.Invoke();
28
- _notificationActions.Remove(actionId);
29
}
30
};
31
0 commit comments