mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 18:53:29 +00:00
multibutton alert, autofill and save new uri
This commit is contained in:
@@ -43,6 +43,11 @@ namespace Bit.iOS.Core.Services
|
||||
// do nothing
|
||||
}
|
||||
|
||||
public Task<string> DisplayAlertAsync(string title, string message, string cancel, params string[] buttons)
|
||||
{
|
||||
return Task.FromResult<string>(null);
|
||||
}
|
||||
|
||||
public Task<string> DisplayPromptAync(string title = null, string description = null, string text = null)
|
||||
{
|
||||
return Task.FromResult<string>(null);
|
||||
|
||||
Reference in New Issue
Block a user