mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-19 20:48:08 +00:00
Fix push uri on proxy config creation
This commit is contained in:
parent
11c16b182a
commit
5aeea9b545
1 changed files with 3 additions and 0 deletions
|
|
@ -372,6 +372,9 @@ private static AssistantActivity instance;
|
|||
|
||||
proxyConfig.setIdentity(addr.asString());
|
||||
|
||||
if (LinphonePreferences.instance() != null)
|
||||
proxyConfig.setContactUriParameters(LinphonePreferences.instance().getPushNotificationRegistrationID());
|
||||
|
||||
proxyConfig.done();
|
||||
|
||||
authInfo = LinphoneCoreFactory.instance().createAuthInfo(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue