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.
2 parents bfc61c7 + d8dbe56 commit cb2742eCopy full SHA for cb2742e
MaterialDesignThemes.Wpf/SnackbarMessageQueue.cs
@@ -328,7 +328,7 @@ private DispatcherOperation<Snackbar> FindSnackbar(Dispatcher dispatcher)
328
{
329
if (!sb.IsLoaded || sb.Visibility != Visibility.Visible) return false;
330
var window = Window.GetWindow(sb);
331
- return window != null && window.WindowState != WindowState.Minimized;
+ return window?.WindowState != WindowState.Minimized;
332
});
333
334
}
0 commit comments