mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
avoid unnecessary contact screen redrawing
This commit is contained in:
@ -196,7 +196,9 @@ class ViewContactActivity : ContactActivity() {
|
|||||||
runOnUiThread {
|
runOnUiThread {
|
||||||
setupContactDetails()
|
setupContactDetails()
|
||||||
getDuplicateContacts {
|
getDuplicateContacts {
|
||||||
setupContactDetails()
|
if (duplicateContacts.isNotEmpty()) {
|
||||||
|
setupContactDetails()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user