Improve sub navigations
This commit is contained in:
@@ -6,7 +6,8 @@ namespace Bitvault;
|
||||
public partial class ItemCollectionViewModel :
|
||||
ObservableCollection<ItemNavigationViewModel>,
|
||||
INotificationHandler<NotifyEventArgs<Filter>>,
|
||||
INotificationHandler<NotifyEventArgs<Search>>
|
||||
INotificationHandler<NotifyEventArgs<Search>>,
|
||||
IBackStack
|
||||
{
|
||||
private LockerViewModelConfiguration configuration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user