MAUI Toaster creates a new instance of the app on click in Windows application
I’m working with a .NET MAUI application on Windows base application, where I’ve implemented Toasts for notifications. However, I’m encountering an issue where clicking on the toast message (or Snackbar) opens a new instance of the application, even though the app is already running. This behavior is disruptive, and I would prefer that clicking on the notification simply brings the existing app window to the foreground rather than launching a duplicate instance.
MAUI Toaster creates a new instance of the app on click in Windows application
I’m working with a .NET MAUI application on Windows base application, where I’ve implemented Toasts for notifications. However, I’m encountering an issue where clicking on the toast message (or Snackbar) opens a new instance of the application, even though the app is already running. This behavior is disruptive, and I would prefer that clicking on the notification simply brings the existing app window to the foreground rather than launching a duplicate instance.