mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-17 03:51:03 +01:00
update the current pending intent at pressing the notification
This commit is contained in:
parent
6cc0c6ea15
commit
52c569f58b
@ -76,7 +76,7 @@ class DialerCallService : Service() {
|
|||||||
putExtra(CALL_STATUS, callStatus)
|
putExtra(CALL_STATUS, callStatus)
|
||||||
putExtra(IS_INCOMING_CALL, isIncomingCall)
|
putExtra(IS_INCOMING_CALL, isIncomingCall)
|
||||||
}
|
}
|
||||||
return PendingIntent.getActivity(this, 0, intent, 0)
|
return PendingIntent.getActivity(this, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun getCallStatusString(): String {
|
private fun getCallStatusString(): String {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user