-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy post and comment information to clipboard #850
Copy post and comment information to clipboard #850
Conversation
The three composables are almost the change them into a generic something like MyThumbnailCopy and pass the differences as arguments |
Comments don't have thumbnails, but I agree the common code should be contained in a method or class |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One other thing, I'm noticing that the dialog is not being dismissed after selecting the added options. If you're feeling up to it, maybe add in the option to copy post text as well while we're here.
I just realized there's an Utils file, so I used that to place the new function. |
Allows to copy the thumbnail url of a post if available, and copy a comment made to a post.