do not show the error caught at fetching the contact name and photo

This commit is contained in:
tibbi 2021-03-22 13:13:34 +01:00
parent 2d7a006836
commit db077704f0
1 changed files with 0 additions and 1 deletions

View File

@ -488,7 +488,6 @@ fun Context.getNameAndPhotoFromPhoneNumber(number: String): NamePhoto {
} }
} }
} catch (e: Exception) { } catch (e: Exception) {
showErrorToast(e)
} }
return NamePhoto(number, null) return NamePhoto(number, null)