-
-
Save skydoves/b6eabd349c3bfce826d476975e26b278 to your computer and use it in GitHub Desktop.
avatarview_custom_listener
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
avatarView.loadImage( | |
data = url, | |
onError = { _, _ -> | |
avatarView.avatarInitials = "AA" | |
} | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment