mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
fixes
This commit is contained in:
@@ -188,7 +188,8 @@ namespace Bit.App.Pages
|
||||
{
|
||||
if(_inited && UriMatchSelectedIndex > -1)
|
||||
{
|
||||
await _storageService.SaveAsync(Constants.DefaultUriMatch, UriMatchOptions[UriMatchSelectedIndex].Key);
|
||||
await _storageService.SaveAsync(Constants.DefaultUriMatch,
|
||||
(int?)UriMatchOptions[UriMatchSelectedIndex].Key);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user