Add a performance check for notification tap -> populated timeline time

This commit is contained in:
Jorge Martín 2025-11-20 09:04:36 +01:00 committed by Jorge Martin Espinosa
parent 8815fe7986
commit e1bd189ba0
5 changed files with 17 additions and 1 deletions

View file

@ -36,6 +36,7 @@ class DefaultIntentProvider(
return Intent(context, MainActivity::class.java).apply {
action = Intent.ACTION_VIEW
data = deepLinkCreator.create(sessionId, roomId, threadId, eventId).toUri()
putExtra("from_notification", true)
}
}
}