Skip to content

Commit

Permalink
fix: cannot open speaker screen without no speaker image
Browse files Browse the repository at this point in the history
  • Loading branch information
verno3632 committed Feb 6, 2019
1 parent abd3ec5 commit 1b836f9
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 1b836f9

Please sign in to comment.