maybe a bug,I don`t know
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
**Glide Version**: 4.12.0
**Integration libraries**:
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
**Device/Android Version**:10
**Issue details / Repro steps / Use case background**:
**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
```kotlin
Glide.with(this)
.load(R.drawable.ic_launcher_background)
.centerInside()
.transform(
RoundRectBorderCrop(
dpToPX(8),
dpToPX(1),
ContextCompat.getColor(this, R.color.black)
)
)
.into(mainBinding.type2Icon)
```
**Layout XML**:
```xml
```
**Stack trace / LogCat**:
```
nothing
```
this is my project
[CoroutineTest.zip](https://github.com/bumptech/glide/files/7372335/CoroutineTest.zip)
Contributor guide
Assessment
This issue has not been assessed yet.