1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-03-20 19:39:53 +01:00

Remove paused text when resuming downloads with info hidden (fixes )

This commit is contained in:
arkon 2021-10-16 17:40:56 -04:00
parent f057440cc1
commit ebc2c4f73a

@ -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)