mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fix previous fix...
This commit is contained in:
parent
e3bcc8ab1e
commit
d9156cc31f
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ public final class LinphoneManager implements LinphoneCoreListener {
|
|||
}
|
||||
|
||||
LinphoneProxyConfig proxycon = LinphoneCoreFactory.instance().createProxyConfig(identity, proxy, null, true);
|
||||
proxycon.setExpires(Integer.parseInt(getPrefString(R.string.pref_expire_key, Integer.parseInt(getString(R.string.pref_expire_default)))));
|
||||
proxycon.setExpires(Integer.parseInt(getPrefString(R.string.pref_expire_key, getString(R.string.pref_expire_default))));
|
||||
|
||||
// Add parameters for push notifications
|
||||
String regId = getPrefString(R.string.push_reg_id_key, null);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue