Invites : open room instead of invite list when clicking an invite notification

This commit is contained in:
ganfra 2024-04-16 13:20:43 +02:00
parent 3e13191153
commit 997c4606c6
12 changed files with 1 additions and 49 deletions

View file

@ -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()
}
}
}