Skip to content

Commit 93500d7

Browse files
authored
Merge pull request #400 from tanglie1993/develop
Correct typos
2 parents 97bfec6 + 662f957 commit 93500d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

library/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private static void checkZoomLevels(float minZoom, float midZoom,
8686
}
8787

8888
/**
89-
* @return true if the ImageView exists, and it's Drawable exists
89+
* @return true if the ImageView exists, and its Drawable exists
9090
*/
9191
private static boolean hasDrawable(ImageView imageView) {
9292
return null != imageView && null != imageView.getDrawable();
@@ -111,11 +111,11 @@ private static boolean isSupportedScaleType(final ScaleType scaleType) {
111111
}
112112

113113
/**
114-
* Set's the ImageView's ScaleType to Matrix.
114+
* Sets the ImageView's ScaleType to Matrix.
115115
*/
116116
private static void setImageViewScaleTypeMatrix(ImageView imageView) {
117117
/**
118-
* PhotoView sets it's own ScaleType to Matrix, then diverts all calls
118+
* PhotoView sets its own ScaleType to Matrix, then diverts all calls
119119
* setScaleType to this.setScaleType automatically.
120120
*/
121121
if (null != imageView && !(imageView instanceof IPhotoView)) {

0 commit comments

Comments
 (0)