Invites : open room instead of invite list when clicking an invite notification
This commit is contained in:
parent
3e13191153
commit
997c4606c6
12 changed files with 1 additions and 49 deletions
|
|
@ -46,10 +46,4 @@ class IntentProviderImpl @Inject constructor(
|
|||
}
|
||||
}
|
||||
|
||||
override fun getInviteListIntent(sessionId: SessionId): Intent {
|
||||
return Intent(context, MainActivity::class.java).apply {
|
||||
action = Intent.ACTION_VIEW
|
||||
data = deepLinkCreator.inviteList(sessionId).toUri()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue