fix #471, increase the comparable length of phone numbers

This commit is contained in:
tibbi 2020-01-20 10:24:21 +01:00
parent 8dd1216176
commit 3d0b8d73ff
1 changed files with 1 additions and 1 deletions

View File

@ -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)