mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-03-23 23:00:36 +01:00
fixing a threading issue at dialpad
This commit is contained in:
parent
ef592f5f82
commit
18a3ed79f4
@ -151,8 +151,8 @@ class DialpadActivity : SimpleActivity() {
|
||||
|
||||
private fun gotContacts(newContacts: ArrayList<SimpleContact>) {
|
||||
contacts = newContacts
|
||||
if (!checkDialIntent() && dialpad_input.value.isEmpty()) {
|
||||
runOnUiThread {
|
||||
runOnUiThread {
|
||||
if (!checkDialIntent() && dialpad_input.value.isEmpty()) {
|
||||
dialpadValueChanged("")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user