Skip to content

Commit

Permalink
#4013 fixed fontimagesource color and size loading issue (#5876)
Browse files Browse the repository at this point in the history
* #4013 fixed fontimagesource color and size loading issue

* #4013 removed target change and updated resource on imageView in onResourceReady

* #4013 bring file to initial state

* #4013 remove extra space
  • Loading branch information
mkhamoyan authored Apr 8, 2022
1 parent 2b95f3c commit 3adc566
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public void run() {

@Override
public void onResourceReady(@NonNull Drawable resource, @Nullable Transition<? super Drawable> transition) {
this.imageView.setImageDrawable(resource);
callback.onComplete(true, resource, new Runnable() {
@Override
public void run() {
Expand Down

0 comments on commit 3adc566

Please sign in to comment.