Remove paused text when resuming downloads with info hidden (fixes #6119)
Cette révision appartient à :
Parent
f057440cc1
révision
ebc2c4f73a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
|
@ -105,6 +105,7 @@ internal class DownloadNotifier(private val context: Context) {
|
|||
|
||||
if (preferences.hideNotificationContent()) {
|
||||
setContentTitle(downloadingProgressText)
|
||||
setContentText(null)
|
||||
} else {
|
||||
val title = download.manga.title.chop(15)
|
||||
val quotedTitle = Pattern.quote(title)
|
||||
|
|
Référencer dans un nouveau ticket