From bde4d437ebc33173928fe233322efbda37f29d30 Mon Sep 17 00:00:00 2001 From: Jays2Kings Date: Tue, 27 Apr 2021 23:11:16 -0400 Subject: [PATCH] Fix comment for openUpdatePendingActivity --- .../tachiyomi/data/notification/NotificationReceiver.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {