tryig to fix unit test fail that only happens in macos

This commit is contained in:
Tig
2024-09-22 21:43:22 -06:00
parent 02e75f83dc
commit 37457ac3c6

View File

@@ -71,7 +71,7 @@ public static partial class Application // Initialization (Init/Shutdown)
if (!calledViaRunT)
{
// Reset all class variables (Application is a singleton).
ResetState ();
ResetState (ignoreDisposed: true);
}
Navigation = new ();