cloudinary / cloudinary/cloudinary_android

MediaManager changes "-" to "sub" while using public id of image in overlay method

未关闭
#94 3 条评论 0 个 reaction 已指派 1 人 已被 @aditimadan-Cloudinary 认领 在 GitHub 查看
主要语言
Java
星标
68
派生
60
PR 合并指标
30 天内没有已合并 PR

描述

When passing a public id `products:wO_ieThMSrGaI8c-_swfzw-0000000000` in the overlay method like in the code snippet given

```
Transformation x = new Transformation();
Log.d("SEEHERE", "addTagsOverlay@@@: " + x.generate());
x.overlay(alteredPublicId);
Log.d("SEEHERE", "addTagsOverlay$$: " + x.generate());
```

Which gives me an output of
```
07-30 18:55:46.686 9350-9350/com.marsplay D/SEEHERE: addTagsOverlay@@@:
07-30 18:55:46.687 9350-9350/com.marsplay D/SEEHERE: addTagsOverlay$$: l_products:wO_ieThMSrGaI8csub_swfzw-0000000000
```

Which alters the public Id of the image I've passed before. ( **-** changes to **sub** in the string)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。