mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17: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) {
|
||||
setContentText(getString(R.string.notification_new_chapters_text, newUpdates.size))
|
||||
setStyle(NotificationCompat.BigTextStyle().bigText(newUpdates.joinToString("\n")))
|
||||
setNumber(newUpdates.size)
|
||||
} else {
|
||||
setContentText(newUpdates.first())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user