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
right = ((float) mLlCameraCropContainer.getRight() - (float) mCameraPreview.getLeft()) / (float) mCameraPreview.getWidth();
The text was updated successfully, but these errors were encountered:
alcalcalc
changed the title
right = ((float) mLlCameraCropContainer.getRight() - (float) mCameraPreview.getLeft()) / (float) mCameraPreview.getWidth();
java.lang.IllegalArgumentException: x + width must be <= bitmap.width()
Apr 19, 2021
The text was updated successfully, but these errors were encountered: