mirror of
https://github.com/bitwarden/android.git
synced 2025-03-14 02:08:48 +03:00
[SG-1055] Init strength bar color (#2352)
This commit is contained in:
parent
6875389948
commit
3780587991
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ namespace Bit.App.Controls
|
|||
{
|
||||
InitializeComponent();
|
||||
SetBinding(PasswordStrengthProgressBar.PasswordStrengthLevelProperty, new Binding() { Path = nameof(PasswordStrengthViewModel.PasswordStrengthLevel) });
|
||||
UpdateColors();
|
||||
}
|
||||
|
||||
private static void OnControlPropertyChanged(BindableObject bindable, object oldValue, object newValue)
|
||||
|
|
Loading…
Add table
Reference in a new issue