mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 17:53:47 +00:00
fixes
This commit is contained in:
@@ -91,6 +91,7 @@ namespace Bit.App.Pages
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ShowPassword = false;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
await _deviceActionService.ShowLoadingAsync(AppResources.LoggingIn);
|
await _deviceActionService.ShowLoadingAsync(AppResources.LoggingIn);
|
||||||
|
|||||||
@@ -188,7 +188,8 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
if(_inited && UriMatchSelectedIndex > -1)
|
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