Show initial category count

This commit is contained in:
TheXamlGuy
2024-06-15 18:37:02 +01:00
parent 7a811acde5
commit a1784d75b8
14 changed files with 123 additions and 136 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ public class FrameHandler :
await deactivated.OnDeactivated();
}
if (content is not INavigationBackStack)
if (content is not IKeepAlive)
{
if (content is IDisposable disposable)
{