Fix comment for openUpdatePendingActivity

This commit is contained in:
Jays2Kings 2021-04-27 23:11:16 -04:00
parent 7eb76f68da
commit bde4d437eb

View File

@ -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 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): internal fun openUpdatePendingActivity(context: Context, notes: String, downloadLink: String):
PendingIntent { PendingIntent {