mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
increment index alter comparison, resolves #185
This commit is contained in:
parent
aaea0b2659
commit
5d464f4477
1 changed files with 1 additions and 1 deletions
|
@ -264,12 +264,12 @@ namespace Bit.App.Pages
|
|||
option = "Other";
|
||||
}
|
||||
|
||||
i++;
|
||||
if(option == brand)
|
||||
{
|
||||
CardBrandCell.Picker.SelectedIndex = i;
|
||||
break;
|
||||
}
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue