Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Feb 21, 2018
1 parent a278325 commit 0be6bfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public void run() {
return;
}
Bitmap image = mImage;
DisplayCallback displayCallback = mDisplayCallback;
float cornerRadius = mCornerRadius;
boolean roundCorners = cornerRadius > 0 || cornerRadius == RoundedDrawable.MAX_RADIUS;
if (mFadeEnabled && Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
Expand All @@ -144,6 +143,7 @@ public void run() {
InternalUtils.setBitmap(resources, image, view);
}
}
DisplayCallback displayCallback = mDisplayCallback;
if (displayCallback != null) {
displayCallback.onDisplayed(image, view);
}
Expand Down

0 comments on commit 0be6bfc

Please sign in to comment.