Skip to content

fix: crash in DownloadService if trying to read dead download item #4011

fix: crash in DownloadService if trying to read dead download item

fix: crash in DownloadService if trying to read dead download item #4011

Triggered via pull request April 14, 2024 11:08
Status Failure
Total duration 29s
Artifacts

lint.yml

on: pull_request
Check Code Quality
22s
Check Code Quality
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Check Code Quality: app/src/main/java/com/github/libretube/services/DownloadService.kt#L364
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: app/src/main/java/com/github/libretube/services/DownloadService.kt:364:33: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Check Code Quality: app/src/main/java/com/github/libretube/services/DownloadService.kt#L364
[ktlint] reported by reviewdog 🐶 Newline expected before expression body Raw Output: app/src/main/java/com/github/libretube/services/DownloadService.kt:364:33: error: Newline expected before expression body (standard:function-signature)