mirror of
https://github.com/FossifyOrg/Messages.git
synced 2026-06-18 13:28:42 -04:00
do not show the error caught at fetching the contact name and photo
This commit is contained in:
@@ -488,7 +488,6 @@ fun Context.getNameAndPhotoFromPhoneNumber(number: String): NamePhoto {
|
||||
}
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
showErrorToast(e)
|
||||
}
|
||||
|
||||
return NamePhoto(number, null)
|
||||
|
||||
Reference in New Issue
Block a user