mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-05 20:37:10 +01:00
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
Block a user