mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-22 21:11:27 +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";
|
option = "Other";
|
||||||
}
|
}
|
||||||
|
|
||||||
i++;
|
|
||||||
if(option == brand)
|
if(option == brand)
|
||||||
{
|
{
|
||||||
CardBrandCell.Picker.SelectedIndex = i;
|
CardBrandCell.Picker.SelectedIndex = i;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user