mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-05-24 06:27:37 -04:00
adding a crashfix
This commit is contained in:
@@ -134,6 +134,10 @@ class ViewContactActivity : ContactActivity() {
|
||||
}
|
||||
|
||||
private fun gotContact() {
|
||||
if (isDestroyed || isFinishing) {
|
||||
return
|
||||
}
|
||||
|
||||
contact_scrollview.beVisible()
|
||||
setupViewContact()
|
||||
contact_send_sms.beVisibleIf(contact!!.phoneNumbers.isNotEmpty())
|
||||
|
||||
Reference in New Issue
Block a user