Add comment.

This commit is contained in:
Isira Seneviratne 2023-05-15 05:01:15 +05:30
parent 1ba98caa50
commit 973f65fbda

View File

@ -167,7 +167,7 @@ class NotificationWorker(appContext: Context, parameters: WorkerParameters) :
private suspend fun createStreamNotification(
group: String,
stream: StreamItem,
): Triple<Int, Long?, Notification> {
): Triple<Int, Long?, Notification> { // Notification ID, uploaded date and notification object
val videoId = stream.url!!.toID()
val intent = Intent(applicationContext, MainActivity::class.java)
.setFlags(INTENT_FLAGS)