mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
setup the call notification on the main thread
This commit is contained in:
@ -59,8 +59,8 @@ class CallActivity : SimpleActivity() {
|
|||||||
CallManager.getCallContact(applicationContext) { contact ->
|
CallManager.getCallContact(applicationContext) { contact ->
|
||||||
callContact = contact
|
callContact = contact
|
||||||
callContactAvatar = getCallContactAvatar()
|
callContactAvatar = getCallContactAvatar()
|
||||||
setupNotification()
|
|
||||||
runOnUiThread {
|
runOnUiThread {
|
||||||
|
setupNotification()
|
||||||
updateOtherPersonsInfo()
|
updateOtherPersonsInfo()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user