1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-01 16:13:15 +00:00

0-9 is now #

This commit is contained in:
Kyle Spearrin
2017-11-27 22:16:06 -05:00
parent 0f387a139b
commit 616893955f
2 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ namespace Bit.App.Controls
Style = (Style)Application.Current.Resources["text-muted"],
HorizontalOptions = LayoutOptions.End
};
CountLabel.SetBinding(Label.TextProperty, nameof(VaultListPageModel.Grouping.CipherCount));
CountLabel.SetBinding(Label.TextProperty, nameof(VaultListPageModel.Grouping.Count));
var stackLayout = new StackLayout
{