Merge branch 'master' of https://github.com/inorichi/tachiyomi
This commit is contained in:
commit
42169783e1
@ -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…
x
Reference in New Issue
Block a user