Aghajari / ZoomHelper

ZoomHelper will make any view to be zoomable just like Instagram pinch-to-zoom
Apache License 2.0
247 stars 21 forks source link

Crash Issue #15

Open dhivya29 opened 1 year ago

dhivya29 commented 1 year ago

Hi @Aghajari I am using this lib in recycler view with multiple images in horizontal scroll when i zoom image i am getting following error from your lib java.lang.NullPointerException at com.aghajari.zoomhelper.ZoomHelper$load$1.run(ZoomHelper.kt:205) at android.os.Handler.handleCallback(Handler.java:942) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:211) at android.os.Looper.loop(Looper.java:300) at android.app.ActivityThread.main(ActivityThread.java:8294) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)

Kindly look into this