- remove redundant space definition
This commit is contained in:
parent
651a08696a
commit
35a41818a5
@ -155,7 +155,7 @@ public class AsyncDrawableLoader implements AsyncDrawable.Loader {
|
|||||||
if (result != null) {
|
if (result != null) {
|
||||||
final Drawable out;
|
final Drawable out;
|
||||||
if (height != -1 && width != -1) {
|
if (height != -1 && width != -1) {
|
||||||
out = AsyncDrawableLoader.this.resize(result, height, width);
|
out = resize(result, height, width);
|
||||||
} else {
|
} else {
|
||||||
out = result;
|
out = result;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user