mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
increment index alter comparison, resolves #185
This commit is contained in:
@@ -264,12 +264,12 @@ namespace Bit.App.Pages
|
||||
option = "Other";
|
||||
}
|
||||
|
||||
i++;
|
||||
if(option == brand)
|
||||
{
|
||||
CardBrandCell.Picker.SelectedIndex = i;
|
||||
break;
|
||||
}
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user