fix #471, increase the comparable length of phone numbers
This commit is contained in:
parent
8dd1216176
commit
3d0b8d73ff
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class ViewContactActivity : ContactActivity() {
|
||||||
private var showFields = 0
|
private var showFields = 0
|
||||||
private var fullContact: Contact? = null // contact with all fields filled from duplicates
|
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?) {
|
override fun onCreate(savedInstanceState: Bundle?) {
|
||||||
super.onCreate(savedInstanceState)
|
super.onCreate(savedInstanceState)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue