mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 17:43:17 +00:00
support for showing groupings on ciphers list page
This commit is contained in:
@@ -36,6 +36,8 @@ namespace Bit.App.Controls
|
||||
};
|
||||
CountLabel.SetBinding(Label.TextProperty, string.Format("{0}.Node.{1}",
|
||||
nameof(VaultListPageModel.GroupingOrCipher.Grouping), nameof(VaultListPageModel.Grouping.Count)));
|
||||
CountLabel.SetBinding(VisualElement.IsVisibleProperty, string.Format("{0}.Node.{1}",
|
||||
nameof(VaultListPageModel.GroupingOrCipher.Grouping), nameof(VaultListPageModel.Grouping.ShowCount)));
|
||||
|
||||
var stackLayout = new StackLayout
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user