mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 01:23:15 +00:00
grouping types filter
This commit is contained in:
@@ -90,6 +90,10 @@ namespace Bit.App.Pages
|
||||
{
|
||||
await _viewModel.SelectCollectionAsync(item.Collection);
|
||||
}
|
||||
else if(item.Type != null)
|
||||
{
|
||||
await _viewModel.SelectTypeAsync(item.Type.Value);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user