increment index alter comparison, resolves #185

This commit is contained in:
Kyle Spearrin 2017-11-25 13:49:54 -05:00
parent aaea0b2659
commit 5d464f4477
1 changed files with 1 additions and 1 deletions

View File

@ -264,12 +264,12 @@ namespace Bit.App.Pages
option = "Other";
}
i++;
if(option == brand)
{
CardBrandCell.Picker.SelectedIndex = i;
break;
}
i++;
}
}