diff --git a/app/src/main/java/eu/kanade/tachiyomi/data/notification/NotificationReceiver.kt b/app/src/main/java/eu/kanade/tachiyomi/data/notification/NotificationReceiver.kt index 2e59f53c13..94cec8b6b6 100644 --- a/app/src/main/java/eu/kanade/tachiyomi/data/notification/NotificationReceiver.kt +++ b/app/src/main/java/eu/kanade/tachiyomi/data/notification/NotificationReceiver.kt @@ -480,10 +480,11 @@ class NotificationReceiver : BroadcastReceiver() { } /** - * Returns [PendingIntent] that opens the manga details controller. + * Returns [PendingIntent] that opens release notes for the next update. * * @param context context of application - * @param manga manga of chapter + * @param notes notes of the release + * @param downloadLink download link to the apk */ internal fun openUpdatePendingActivity(context: Context, notes: String, downloadLink: String): PendingIntent {