mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
fix #471, increase the comparable length of phone numbers
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user