mirror of
https://github.com/FossifyOrg/Phone.git
synced 2026-05-19 06:10:48 -04:00
fixing a threading issue at dialpad
This commit is contained in:
@@ -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("")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user