pull/276/head
gedoor 4 years ago
parent 3b9dd18a92
commit 80f83a9973
  1. 2
      app/src/main/java/io/legado/app/service/DownloadService.kt

@ -43,7 +43,7 @@ class DownloadService : BaseService() {
@Volatile
private var downloadingCount = 0
private var notificationContent = getString(R.string.starting_download)
private var notificationContent = App.INSTANCE.getString(R.string.starting_download)
private val notificationBuilder by lazy {
val builder = NotificationCompat.Builder(this, AppConst.channelIdDownload)

Loading…
Cancel
Save