1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

Updated to new version of user dialogs with new toast messages

This commit is contained in:
Kyle Spearrin
2016-07-26 00:38:41 -04:00
parent d344354a33
commit 39b7420c52
16 changed files with 25 additions and 25 deletions

View File

@@ -150,7 +150,7 @@ namespace Bit.App.Pages
private void CopyPassword()
{
_clipboardService.CopyToClipboard(Password.Text);
_userDialogs.SuccessToast(string.Format(AppResources.ValueHasBeenCopied, AppResources.Password));
_userDialogs.Toast(string.Format(AppResources.ValueHasBeenCopied, AppResources.Password));
}
// TODO: move to standalone reusable control