mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-06 02:33:28 +01:00
adding a crashfix
This commit is contained in:
parent
1c972f5fe8
commit
a06ed027cd
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user