Fixed back nav cleanup

This commit is contained in:
TheXamlGuy
2024-06-10 18:11:10 +01:00
parent e538ed98f9
commit d2dd437aba
10 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public partial class ItemCollectionViewModel :
ObservableCollection<ItemNavigationViewModel>,
INotificationHandler<NotifyEventArgs<Filter>>,
INotificationHandler<NotifyEventArgs<Search<string>>>,
IBackStack
INavigationBackStack
{
[ObservableProperty]
public string? named;