Making progress on notification for multi account.
This commit is contained in:
parent
6aeb94fa15
commit
7e7e798acf
28 changed files with 483 additions and 620 deletions
|
|
@ -33,4 +33,9 @@ class IntentProviderImpl @Inject constructor(
|
|||
override fun getMainIntent(): Intent {
|
||||
return Intent(context, MainActivity::class.java)
|
||||
}
|
||||
|
||||
override fun getIntent(sessionId: String, roomId: String?, threadId: String?): Intent {
|
||||
// TODO Handle deeplink or pass parameters
|
||||
return Intent(context, MainActivity::class.java)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue