mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 09:03:35 +00:00
[PS-2520] Restore copy confirmation toast on Android 13+ (#2388)
* Restore copy notification toast on Android 13+ * fixed space
This commit is contained in:
@@ -15,10 +15,5 @@ namespace Bit.Core.Abstractions
|
||||
/// <param name="expiresInMs">Expiration time in milliseconds of the copied text</param>
|
||||
/// <param name="isSensitive">Flag to mark copied text as sensitive</param>
|
||||
Task CopyTextAsync(string text, int expiresInMs = -1, bool isSensitive = true);
|
||||
|
||||
/// <summary>
|
||||
/// Returns true if the platform provides its own notification when text is copied to the clipboard
|
||||
/// </summary>
|
||||
bool IsCopyNotificationHandledByPlatform();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user