setup the call notification on the main thread
This commit is contained in:
parent
419431247b
commit
bf1db86b4f
|
@ -59,8 +59,8 @@ class CallActivity : SimpleActivity() {
|
|||
CallManager.getCallContact(applicationContext) { contact ->
|
||||
callContact = contact
|
||||
callContactAvatar = getCallContactAvatar()
|
||||
setupNotification()
|
||||
runOnUiThread {
|
||||
setupNotification()
|
||||
updateOtherPersonsInfo()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue