Aghajari / ZoomHelper

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

getting crash on zoomhelper class. #6

Closed kiran-shrestha-retailogy closed 3 years ago

kiran-shrestha-retailogy commented 3 years ago

in ZoomHelper class -> line number 205 and 351 I am getting crashes.

I am using this on recyclerview and adding and removing it at view attach and detach.

on both the lines -> onPostDelay() is used and the View may have already been destroyed and there is no null check for view inside the postdelay function.

Can you please check the issue.

Aghajari commented 3 years ago

Hi @kiran-shrestha-retailogy You're right, i'll fix it as soon as it's possible..

kiran-shrestha-retailogy commented 3 years ago

Thanks a lot @Aghajari.

Aghajari commented 3 years ago

Hello again, ZoomHelper v1.0.2-alpha will fix this issue as well.

Check it out, if the problem was still there, attach a simple project + full error log..

kiran-shrestha-retailogy commented 3 years ago

Thank you for the update. It's a rare occurrence and don't appear in normal devices. I will connect with you if there is still some problem after update.