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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user