mattsetaro
Results
2
comments of
mattsetaro
We are having a very similar issue on our end, here is a link to that ticket as well: https://github.com/dotnet/maui/issues/24478 I was able to write a unit test in the...
After some debugging, I was able to find the following code which is causing a memory leak: ``` Page.cs ... internal void OnAppearing(Action action) { if (_hasAppeared) action(); else {...