mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02: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) {
|
} catch (e: Exception) {
|
||||||
showErrorToast(e)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return NamePhoto(number, null)
|
return NamePhoto(number, null)
|
||||||
|
Reference in New Issue
Block a user