mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-12 17:50:41 +01:00
do not show the error caught at fetching the contact name and photo
This commit is contained in:
parent
2d7a006836
commit
db077704f0
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user