Add a performance check for notification tap -> populated timeline time
This commit is contained in:
committed by
Jorge Martin Espinosa
parent
8815fe7986
commit
e1bd189ba0
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user