I'm working on a web-app with a button that copies some text to the users clipboard when clicked. I currently don't throw up a toast since I feel it would be excess noise (it's quite a simple copy operation). However, I have seen apps do this both ways - some issue a toast saying "Copied to clipboard" or something, while others do nothing.
Is there any real logic or pattern behind when a toast should be issued after copying to clipboard, or is it just arbitrary?
