This commit is contained in:
kunfei
2023-07-30 00:22:49 +08:00
parent cb167b5227
commit 5b47c459f7
@@ -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() {