You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Windows Media Element in MultiWindow Mode on exit Crash (#2259)
* Track window count and manage snackbar notifications
Added a static `NumberOfWindows` property to the `Options` class to track the number of windows. Updated `SetShouldEnableSnackbarOnWindows` to increment/decrement `NumberOfWindows` on window creation/closure. Conditional registration/unregistration of `AppNotificationManager` for snackbar notifications based on `NumberOfWindows` count.
* Remove `NumberOfWindows `
* Add null check
---------
Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
0 commit comments