mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-23 23:19:06 +00:00
Use the new intent link for private chat
Fixes #11080 Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
This commit is contained in:
parent
1e7061acc2
commit
b737051e3c
@ -124,7 +124,7 @@ public class NewMessageSignalHandler {
|
|||||||
//is probably to pass the universal link as param instead of the chatId.
|
//is probably to pass the universal link as param instead of the chatId.
|
||||||
public Intent getOpenAppIntent(String chatId) {
|
public Intent getOpenAppIntent(String chatId) {
|
||||||
Intent intent = getOpenAppIntent();
|
Intent intent = getOpenAppIntent();
|
||||||
intent.setData(Uri.parse("status-im://chat/private/" + chatId));
|
intent.setData(Uri.parse("status-im://p/" + chatId));
|
||||||
return intent;
|
return intent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user