fixes
This commit is contained in:
parent
e34ca49b9b
commit
32395dcb20
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue