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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user