Skip to content

Commit

Permalink
Merge pull request #816 from verno3632/fix/open_no_image_speaker
Browse files Browse the repository at this point in the history
fix: cannot open speaker screen which no speaker image
  • Loading branch information
takahirom authored Feb 7, 2019
2 parents abd3ec5 + 1b836f9 commit cd5402d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ fun loadImage(
}
imageUrl ?: run {
imageView.setImageDrawable(placeHolder)
listener?.onImageLoaded()
}

Picasso
Expand Down

0 comments on commit cd5402d

Please sign in to comment.