2528: Do not remove notifications on general resume (#3312)
* 2528: Do not remove notifications on general resume * 2528: Have notification removal in the right onResume
This commit is contained in:
parent
f2b07196e6
commit
4ab305f3dc
3 changed files with 6 additions and 6 deletions
|
|
@ -117,7 +117,8 @@ class SendStatusBroadcastReceiver : BroadcastReceiver() {
|
|||
builder.setCategory(NotificationCompat.CATEGORY_SOCIAL)
|
||||
builder.setOnlyAlertOnce(true)
|
||||
|
||||
notificationManager.notify(notificationId, builder.build())
|
||||
// There is a separate "I am sending" notification, so simply remove the handled one.
|
||||
notificationManager.cancel(notificationId)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue