mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2024-12-18 03:10:10 +01:00
avoid unnecessary contact screen redrawing
This commit is contained in:
parent
b888e24012
commit
b38e00c5b8
@ -196,7 +196,9 @@ class ViewContactActivity : ContactActivity() {
|
||||
runOnUiThread {
|
||||
setupContactDetails()
|
||||
getDuplicateContacts {
|
||||
setupContactDetails()
|
||||
if (duplicateContacts.isNotEmpty()) {
|
||||
setupContactDetails()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user