1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-07-04 11:56:40 +02:00

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

View File

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