Rename AUTO_FILL_DELAY to AUTO_COMPLETE_DELAY
This commit is contained in:
parent
b5d760aa54
commit
a02bb12eaf
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ class EditContactActivity : ContactActivity() {
|
||||||
private val CHOOSE_PHOTO = 2
|
private val CHOOSE_PHOTO = 2
|
||||||
private val REMOVE_PHOTO = 3
|
private val REMOVE_PHOTO = 3
|
||||||
|
|
||||||
private val AUTO_FILL_DELAY = 5000L
|
private val AUTO_COMPLETE_DELAY = 5000L
|
||||||
|
|
||||||
private var mLastSavePromptTS = 0L
|
private var mLastSavePromptTS = 0L
|
||||||
private var wasActivityInitialized = false
|
private var wasActivityInitialized = false
|
||||||
|
|
@ -1558,7 +1558,7 @@ class EditContactActivity : ContactActivity() {
|
||||||
handler.postDelayed({
|
handler.postDelayed({
|
||||||
adapter.autoComplete = true
|
adapter.autoComplete = true
|
||||||
adapter.filter.filter(it)
|
adapter.filter.filter(it)
|
||||||
}, AUTO_FILL_DELAY)
|
}, AUTO_COMPLETE_DELAY)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue