mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-27 17:08:00 +01:00
increment index alter comparison, resolves #185
This commit is contained in:
parent
aaea0b2659
commit
5d464f4477
@ -264,12 +264,12 @@ namespace Bit.App.Pages
|
||||
option = "Other";
|
||||
}
|
||||
|
||||
i++;
|
||||
if(option == brand)
|
||||
{
|
||||
CardBrandCell.Picker.SelectedIndex = i;
|
||||
break;
|
||||
}
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user