1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-26 21:23:46 +00:00

ios fixes

This commit is contained in:
Kyle Spearrin
2018-03-12 15:42:53 -04:00
parent 8fc95759ba
commit aaee0212f0
2 changed files with 3 additions and 1 deletions

View File

@@ -341,6 +341,8 @@ namespace Bit.iOS.Services
input = x;
input.Text = text ?? string.Empty;
});
var vc = GetPresentedViewController();
vc?.PresentViewController(alert, true, null);
return result.Task;
}