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.
1 parent cf16076 commit 0889735Copy full SHA for 0889735
integration-test/net9-maui/App.xaml.cs
@@ -104,7 +104,7 @@ public static void Kill()
104
#if ANDROID
105
// prevent auto-restart
106
Platform.CurrentActivity?.FinishAffinity();
107
- System.Environment.Exit(0);
+ Process.KillProcess(Process.MyPid());
108
#elif IOS
109
System.Environment.Exit(0);
110
#endif
0 commit comments