This commit is contained in:
kunfei 2023-07-30 00:22:49 +08:00
parent 0dd958568f
commit a46674bac6

View File

@ -154,7 +154,7 @@ class ExportBookService : BaseService() {
servicePendingIntent<ExportBookService>(IntentAction.stop)
)
}
notificationManager.notify(AppConst.notificationIdExport, notification.build())
notificationManager.notify(AppConst.notificationIdExport + 100, notification.build())
}
private fun export() {