library update notif text progress (#5098)
Cette révision appartient à :
Parent
5e37f72d74
révision
cf4b870846
1 fichiers modifiés avec 2 ajouts et 1 suppressions
|
@ -78,7 +78,8 @@ class LibraryUpdateNotifier(private val context: Context) {
|
|||
context.notificationManager.notify(
|
||||
Notifications.ID_LIBRARY_PROGRESS,
|
||||
progressNotificationBuilder
|
||||
.setContentTitle(title)
|
||||
.setContentTitle(title.chop(40))
|
||||
.setContentText("($current/$total)")
|
||||
.setProgress(total, current, false)
|
||||
.build()
|
||||
)
|
||||
|
|
Référencer dans un nouveau ticket