noop toast

This commit is contained in:
Kyle Spearrin 2017-12-22 15:05:09 -05:00
parent 9f23f4ead7
commit f897193f79
1 changed files with 5 additions and 0 deletions

View File

@ -71,5 +71,10 @@ namespace Bit.iOS.Core.Services
{
return Task.FromResult(0);
}
public void Toast(string text, bool longDuration = false)
{
// do nothing
}
}
}