Skip to content

Commit 2ea22cd

Browse files
committed
d'oh
1 parent fb98522 commit 2ea22cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialDesignThemes.Wpf/SnackbarMessageQueue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public void Enqueue<TArgument>(object content, object actionContent, Action<TArg
231231

232232
var argumentType = actionArgument != null ? typeof(TArgument) : null;
233233
_snackbarMessages.Enqueue(new SnackbarMessageQueueItem(content, actionContent, actionHandler,
234-
actionArgument, argumentType));
234+
actionArgument, argumentType, neverConsiderToBeDuplicate));
235235
_messageWaitingEvent.Set();
236236
}
237237

0 commit comments

Comments
 (0)