Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

library update notif text progress (#5098)

Cette révision appartient à :
Riztard Lanthorn 2021-05-18 04:20:58 +07:00 révisé par GitHub
Parent 5e37f72d74
révision cf4b870846
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -78,7 +78,8 @@ class LibraryUpdateNotifier(private val context: Context) {
context.notificationManager.notify( context.notificationManager.notify(
Notifications.ID_LIBRARY_PROGRESS, Notifications.ID_LIBRARY_PROGRESS,
progressNotificationBuilder progressNotificationBuilder
.setContentTitle(title) .setContentTitle(title.chop(40))
.setContentText("($current/$total)")
.setProgress(total, current, false) .setProgress(total, current, false)
.build() .build()
) )