do not show an error message at loading contact image at the Conversation
This commit is contained in:
parent
3569bce668
commit
94086547a5
2 changed files with 1 additions and 3 deletions
|
|
@ -468,7 +468,6 @@ class ThreadActivity : SimpleActivity() {
|
|||
override fun onLoadFailed(e: GlideException?, model: Any?, target: Target<Drawable>?, isFirstResource: Boolean): Boolean {
|
||||
attachmentView.thread_attachment_preview.beGone()
|
||||
attachmentView.thread_remove_attachment.beGone()
|
||||
showErrorToast(e?.localizedMessage ?: "")
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue