setup the call notification on the main thread

This commit is contained in:
tibbi 2020-05-03 20:27:56 +02:00
parent 419431247b
commit bf1db86b4f
1 changed files with 1 additions and 1 deletions

View File

@ -59,8 +59,8 @@ class CallActivity : SimpleActivity() {
CallManager.getCallContact(applicationContext) { contact ->
callContact = contact
callContactAvatar = getCallContactAvatar()
setupNotification()
runOnUiThread {
setupNotification()
updateOtherPersonsInfo()
}
}