mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix comment for openUpdatePendingActivity
This commit is contained in:
parent
7eb76f68da
commit
bde4d437eb
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue