Skip to content

Commit a02bb12

Browse files
committed
Rename AUTO_FILL_DELAY to AUTO_COMPLETE_DELAY
1 parent b5d760a commit a02bb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/EditContactActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class EditContactActivity : ContactActivity() {
5959
private val CHOOSE_PHOTO = 2
6060
private val REMOVE_PHOTO = 3
6161

62-
private val AUTO_FILL_DELAY = 5000L
62+
private val AUTO_COMPLETE_DELAY = 5000L
6363

6464
private var mLastSavePromptTS = 0L
6565
private var wasActivityInitialized = false
@@ -1558,7 +1558,7 @@ class EditContactActivity : ContactActivity() {
15581558
handler.postDelayed({
15591559
adapter.autoComplete = true
15601560
adapter.filter.filter(it)
1561-
}, AUTO_FILL_DELAY)
1561+
}, AUTO_COMPLETE_DELAY)
15621562
}
15631563
}
15641564
}

0 commit comments

Comments
 (0)