mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
library update notif text progress (#5098)
This commit is contained in:
parent
5e37f72d74
commit
cf4b870846
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue