Add a performance check for notification tap -> populated timeline time
This commit is contained in:
parent
8815fe7986
commit
e1bd189ba0
5 changed files with 17 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue