fdf384b809
* Add cancel button in app update download notif Since stuck downloads are a common issue and only solution until now was to force close the app or download and update the app manually by downloading from GitHub (which clears the notif away) Based on commit https://github.com/Jays2Kings/tachiyomiJ2K/commit/4dea924337ffd4a01342fa0b48da47c221d2b897 Co-authored-by: Jays2Kings <8617760+Jays2Kings@users.noreply.github.com> * Linting by Android Studio * commit PR Review Suggestion Update app/src/main/java/eu/kanade/tachiyomi/data/notification/NotificationReceiver.kt Co-authored-by: arkon <arkon@users.noreply.github.com> * Use `launchIO` copied this over from how j2k was doing it. Launching in IO Thread like how it was before this PR is sufficient * Clear previous actions before adding `Cancel` Otherwise, it led to two identical Cancel buttons Co-authored-by: Jays2Kings <8617760+Jays2Kings@users.noreply.github.com> Co-authored-by: arkon <arkon@users.noreply.github.com>