mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
Add comment.
This commit is contained in:
parent
1ba98caa50
commit
973f65fbda
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user