cloudinary / cloudinary/cloudinary_android

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

Đang mở
#94 3 bình luận 0 reaction 1 người được giao Được @aditimadan-Cloudinary nhận Xem trên GitHub
Ngôn ngữ chính
Java
Star
68
Fork
60
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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)

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.