Closed xbeebx closed 6 years ago
seems like @florent37 is not watching this repo anymore, what I did to fix this is placing some good old try catch by extending the DiagonalLayout class and overriding dispatchDraw() method then placing the try catch in there.
I updated diagonal layout recently, can you try with
compile 'com.github.florent37:diagonallayout:1.0.9'
Hi there, im getting a NPE on dispatchDraw:
Android Version: API 22 Lib Version: 1.0.7
It does not happen always.
Here's the way I include the diagonal layout:
I'm loading an image from an API via AsyncTask (Size is very often 1920x1080).
Please tell my why is this Exception thrown sometimes? How can I fix it?