Making progress on notification for multi account.
This commit is contained in:
committed by
Benoit Marty
parent
3d1823064d
commit
0c0f7dff40
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user