Add a performance check for notification tap -> populated timeline time
This commit is contained in:
parent
1b868e73c7
commit
5681d7c611
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