mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-04-12 17:31:15 +02: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>) {
|
private fun gotContacts(newContacts: ArrayList<SimpleContact>) {
|
||||||
contacts = newContacts
|
contacts = newContacts
|
||||||
if (!checkDialIntent() && dialpad_input.value.isEmpty()) {
|
runOnUiThread {
|
||||||
runOnUiThread {
|
if (!checkDialIntent() && dialpad_input.value.isEmpty()) {
|
||||||
dialpadValueChanged("")
|
dialpadValueChanged("")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user