mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 19:27:25 +01:00
Set notification number for library updates to number of new updates (#1551)
This commit is contained in:
parent
16dc4d298d
commit
7c99ae1b3b
@ -460,6 +460,7 @@ class LibraryUpdateService(
|
|||||||
if (newUpdates.size > 1) {
|
if (newUpdates.size > 1) {
|
||||||
setContentText(getString(R.string.notification_new_chapters_text, newUpdates.size))
|
setContentText(getString(R.string.notification_new_chapters_text, newUpdates.size))
|
||||||
setStyle(NotificationCompat.BigTextStyle().bigText(newUpdates.joinToString("\n")))
|
setStyle(NotificationCompat.BigTextStyle().bigText(newUpdates.joinToString("\n")))
|
||||||
|
setNumber(newUpdates.size)
|
||||||
} else {
|
} else {
|
||||||
setContentText(newUpdates.first())
|
setContentText(newUpdates.first())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user