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
Hi and thank you for this library,
There is an issue on some phones (Samsung Galaxy S2 or OnePlus One).
java.lang.IllegalStateException: Matrix can not be modified
at android.graphics.Matrix$1.oops(Matrix.java:43)
at android.graphics.Matrix$1.postTranslate(Matrix.java:157)
at com.github.florent37.depth.view.core.DepthManager.calculateBounds(DepthManager.java:148)
atcom.github.florent37.depth.container.core.DepthContainerManager$1.onPreDraw(DepthContainerManager.java:59)
The text was updated successfully, but these errors were encountered:
Hi and thank you for this library,
There is an issue on some phones (Samsung Galaxy S2 or OnePlus One).
java.lang.IllegalStateException: Matrix can not be modified
at android.graphics.Matrix$1.oops(Matrix.java:43)
at android.graphics.Matrix$1.postTranslate(Matrix.java:157)
at com.github.florent37.depth.view.core.DepthManager.calculateBounds(DepthManager.java:148)
atcom.github.florent37.depth.container.core.DepthContainerManager$1.onPreDraw(DepthContainerManager.java:59)
The text was updated successfully, but these errors were encountered: