fix #471, increase the comparable length of phone numbers
This commit is contained in:
parent
8dd1216176
commit
3d0b8d73ff
|
@ -36,7 +36,7 @@ class ViewContactActivity : ContactActivity() {
|
|||
private var showFields = 0
|
||||
private var fullContact: Contact? = null // contact with all fields filled from duplicates
|
||||
|
||||
private val COMPARABLE_PHONE_NUMBER_LENGTH = 7
|
||||
private val COMPARABLE_PHONE_NUMBER_LENGTH = 9
|
||||
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
|
|
Loading…
Reference in New Issue