1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +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

@@ -45,7 +45,7 @@ namespace Bit.iOS.Core.Services
public Task<string> DisplayPromptAync(string title = null, string description = null, string text = null)
{
// do nothing
return Task.FromResult<string>(null);
}
public void HideLoading()