bumptech / bumptech/glide

maybe a bug,I don`t know

Open
#4,669 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.