mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-03-29 17:50:19 +01:00
request focus on the dialpad input at launching the dialpad screen
This commit is contained in:
parent
7b90bb03e1
commit
c8bf142451
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user