Baseflow / Baseflow/PhotoView

One more question in resetMatrix() method!!!

Open
#486 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
18.8k
Forks
3.9k
PR merge metrics
No merged PRs in 30d

Description

one more question:

private void resetMatrix() {
mSuppMatrix.reset();
setRotationBy(mBaseRotation);
setImageViewMatrix(getDrawMatrix());
checkMatrixBounds();
}

I think this checkMatrixBounds() method should before setImageViewMatrix(getDrawMatrix());

If "checkMatrixBounds" method modify supportMatrix value, but the imageView is already show it.

What happens? blank area?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.