Skip to content

Commit

Permalink
version 0.1.9.8
Browse files Browse the repository at this point in the history
prerelease
  • Loading branch information
gonojuarez committed Sep 27, 2021
1 parent 7019943 commit ca540b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public RequestBuilder<Drawable> glideScaleItem(RequestBuilder<Drawable> drawable
}

public RequestBuilder<Drawable> overrideMethod(RequestBuilder<Drawable> drawableRequestBuilder){
return drawableRequestBuilder.override(width,height);
return drawableRequestBuilder.override(Target.SIZE_ORIGINAL);
}

public RequestBuilder<Drawable> cornerRadious(RequestBuilder<Drawable> drawableRequestBuilder) {
Expand Down

0 comments on commit ca540b1

Please sign in to comment.