mirror of
https://github.com/FossifyOrg/Phone.git
synced 2026-04-20 15:27:14 -04:00
request focus on the dialpad input at launching the dialpad screen
This commit is contained in:
@@ -93,6 +93,8 @@ class DialpadActivity : SimpleActivity() {
|
||||
dialpad_clear_char.setOnLongClickListener { clearInput(); true }
|
||||
dialpad_call_button.setOnClickListener { initCall(dialpad_input.value, 0) }
|
||||
dialpad_input.onTextChangeListener { dialpadValueChanged(it) }
|
||||
dialpad_input.requestFocus()
|
||||
|
||||
SimpleContactsHelper(this).getAvailableContacts(false) { gotContacts(it) }
|
||||
disableKeyboardPopping()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user