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
I noticed that in ImageViewTouchBase there is a method called onImageMatrixChanged that is called whenever a new matrix is set. Though, this method is empty. Considering it looks like you set the class up to support a listener, why is one not included? It seems simple enough, it could even be taken a step further if the method took two matrices:
A version of this is easy enough to do by subclassing and overriding onMatrixChanged() (and/or setImageMatrix()), but I feel it would be worth including in the library.
The text was updated successfully, but these errors were encountered:
I noticed that in
ImageViewTouchBase
there is a method calledonImageMatrixChanged
that is called whenever a new matrix is set. Though, this method is empty. Considering it looks like you set the class up to support a listener, why is one not included? It seems simple enough, it could even be taken a step further if the method took two matrices:A version of this is easy enough to do by subclassing and overriding
onMatrixChanged()
(and/orsetImageMatrix()
), but I feel it would be worth including in the library.The text was updated successfully, but these errors were encountered: