glide.load(path) not work properly if uri conteins (n)
Open
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
I have several files with names:
MyPic.jpg
MyPic(1).jpg
MyPic(2).jpg, etc.
If I use the construction:
Glide.with(this)
.load(path)
.into(imgview)
then always displays only MyPic.jpg , the numbers in parentheses in the file name are ignored.
**Glide Version**: 'com.github.bumptech.glide:glide:4.15.1'
**Integration libraries**:
**Device/Android Version**:
**Issue details / Repro steps / Use case background**:
**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
```java
Glide.with...
```
**Layout XML**:
```xml
Contributor guide
Assessment
This issue has not been assessed yet.