mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 21:23:46 +00:00
ios fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user