Remove paused text when resuming downloads with info hidden (fixes #6119)
(cherry picked from commit ebc2c4f73ab6691c545cf2029cb3c82e17b5e0ea)
This commit is contained in:
parent
cb55a46717
commit
62c0f50314
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user