mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 05:25:08 +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 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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user