mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-09 15:39:22 +01:00
Fix comment for openUpdatePendingActivity
This commit is contained in:
parent
7eb76f68da
commit
bde4d437eb
@ -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…
x
Reference in New Issue
Block a user