Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Sharing a Texture2D on Android always uses the same thumbnail #55

Closed
cbauch opened this issue Jun 18, 2019 · 1 comment
Closed

Sharing a Texture2D on Android always uses the same thumbnail #55

cbauch opened this issue Jun 18, 2019 · 1 comment
Labels
android Issues that affect Android bug Something isn't working

Comments

@cbauch
Copy link

cbauch commented Jun 18, 2019

It seems like sharing a texture uses the same filename every time. The thumbnail used for a shared image in a text message always uses the same thumbnail from the first share. Either adding an optional file name to the interface or generating unique filenames (such as appending a timestamp) every time a texture is shared would solve this issue. Currently, a workaround requires saving the texture as a file (which requires additional app permissions) then sharing it from there.

@olokobayusuf olokobayusuf added android Issues that affect Android bug Something isn't working labels Jun 19, 2019
@olokobayusuf
Copy link
Collaborator

Fixed by #49

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
android Issues that affect Android bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants