mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
Fix iphone captcha throws (#1495)
This commit is contained in:
@@ -106,7 +106,9 @@ namespace Bit.iOS.Core.Services
|
||||
if (_progressAlert == null)
|
||||
{
|
||||
result.TrySetResult(0);
|
||||
return result.Task;
|
||||
}
|
||||
|
||||
_progressAlert.DismissViewController(false, () => result.TrySetResult(0));
|
||||
_progressAlert.Dispose();
|
||||
_progressAlert = null;
|
||||
|
||||
Reference in New Issue
Block a user