ShoutSocial / share_handler

A plugin to facilitate receiving and handling share intents
41 stars 39 forks source link

Rename file to a random name (e.g. UUIDv4) to avoid conflicts #46

Open Tienisto opened 1 year ago

Tienisto commented 1 year ago

When sharing multiple files with the same name, then they get "merged" to a single file because they share the same file name.

Renaming them to UUIDv4 should work