This commit is contained in:
kunfei
2023-07-22 20:55:48 +08:00
parent 3e6c5375ec
commit a174710772
9 changed files with 9 additions and 1 deletions
@@ -124,7 +124,7 @@ class ExportBookService : BaseService() {
override fun upNotification() {
val notification = NotificationCompat.Builder(this, AppConst.channelIdDownload)
.setSmallIcon(R.drawable.ic_export)
.setContentTitle(getString(R.string.export))
.setContentTitle(getString(R.string.export_book))
.setContentIntent(activityPendingIntent<CacheActivity>("cacheActivity"))
if (exportJob?.isActive == true) {
notification.setOngoing(true)