Skip to content

Commit

Permalink
fix issue bilibili#74.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenSiLiang committed Jun 19, 2017
1 parent ecff3d8 commit bcd6359
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public boolean compress(ImageCompressor imageCompressor) {
return CompressTask.compress(imageCompressor, this, MAX_IMAGE_SIZE);
}

public boolean compress(ImageCompressor imageCompressor, int maxSize) {
public boolean compress(ImageCompressor imageCompressor, long maxSize) {
return CompressTask.compress(imageCompressor, this, maxSize);
}

Expand Down

0 comments on commit bcd6359

Please sign in to comment.