mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 00:59:17 +01:00
Remove paused text when resuming downloads with info hidden (fixes #6119)
This commit is contained in:
parent
f057440cc1
commit
ebc2c4f73a
@ -105,6 +105,7 @@ internal class DownloadNotifier(private val context: Context) {
|
|||||||
|
|
||||||
if (preferences.hideNotificationContent()) {
|
if (preferences.hideNotificationContent()) {
|
||||||
setContentTitle(downloadingProgressText)
|
setContentTitle(downloadingProgressText)
|
||||||
|
setContentText(null)
|
||||||
} else {
|
} else {
|
||||||
val title = download.manga.title.chop(15)
|
val title = download.manga.title.chop(15)
|
||||||
val quotedTitle = Pattern.quote(title)
|
val quotedTitle = Pattern.quote(title)
|
||||||
|
Loading…
Reference in New Issue
Block a user