bumptech / bumptech/glide

glide.load(path) not work properly if uri conteins (n)

Open
#5,157 0 comments 0 reactions 0 assignees View on GitHub
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

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.