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 ->
|
||||
callContact = contact
|
||||
callContactAvatar = getCallContactAvatar()
|
||||
setupNotification()
|
||||
runOnUiThread {
|
||||
setupNotification()
|
||||
updateOtherPersonsInfo()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user