Why glide placeholder can load drawable/selector image? then load method can not do it?
Open
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
**Glide Version**:
many versions. now is 4.12.0.
```java
Glide.with(context).placeholder(drawable/selector); It able to load pictures
Glide.with(context).load(drawable/selector); It can not load right pictures
selector like this. you can try!!
Contributor guide
Assessment
This issue has not been assessed yet.