You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request threw uncaught throwable
java.lang.NullPointerException: Attempt to invoke interface method 'void java.util.List.clear()' on a null object reference
at com.bumptech.glide.util.pool.FactoryPools$3.reset(FactoryPools.java:86)
at com.bumptech.glide.util.pool.FactoryPools$3.reset(FactoryPools.java:83)
at com.bumptech.glide.util.pool.FactoryPools$FactoryPool.release(FactoryPools.java:162)
at com.bumptech.glide.load.model.MultiModelLoader$MultiFetcher.cleanup(MultiModelLoader.java:98)
at com.bumptech.glide.load.model.MultiModelLoader$MultiFetcher.cleanup(MultiModelLoader.java:101)
at com.bumptech.glide.load.engine.SourceGenerator.cacheData(SourceGenerator.java:87)
at com.bumptech.glide.load.engine.SourceGenerator.startNext(SourceGenerator.java:45)
at com.bumptech.glide.load.engine.DecodeJob.runGenerators(DecodeJob.java:275)
at com.bumptech.glide.load.engine.DecodeJob.runWrapped(DecodeJob.java:245)
at com.bumptech.glide.load.engine.DecodeJob.run(DecodeJob.java:220)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
at java.lang.Thread.run(Thread.java:818)
at com.bumptech.glide.load.engine.executor.GlideExecutor$DefaultThreadFactory$1.run(GlideExecutor.java:347)
The text was updated successfully, but these errors were encountered:
Glide Version: 4.0.0-RC0 and 4.0.0-SNAPSHOT
Integration libraries:okhttp3-integration:4.0.0-RC0 ( 4.0.0-SNAPSHOT)
Device/Android Version:Samsung s7 edge android 7.0
Issue details / Repro steps / Use case background: in recyclerview load imageView.
Glide load line /
GlideModule
(if any) / list Adapter code (if any):context is a Fragment.
Layout XML:
Stack trace / LogCat:
The text was updated successfully, but these errors were encountered: