cloudinary / cloudinary/cloudinary_android

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

オープン
#94 コメント 3 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。