This commit is contained in:
@@ -23,7 +23,7 @@ public sealed class NavigationService
|
||||
_routes = routes;
|
||||
}
|
||||
|
||||
internal void AddDefaultPage<TPage>() where TPage : Page
|
||||
internal void AddDefaultPage<TPage>() where TPage : SingletonPage
|
||||
{
|
||||
_defaultPage = typeof(TPage);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user