mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
do net set dial prefix if empty
This commit is contained in:
parent
8cf42643f5
commit
e8fa8e493c
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ public class LinphoneService extends Service implements LinphoneCoreListener {
|
|||
if (lDefaultProxyConfig !=null) {
|
||||
//prefix
|
||||
String lPrefix = mPref.getString(getString(R.string.pref_prefix_key), null);
|
||||
if (lPrefix != null ) {
|
||||
if (lPrefix != null && lPrefix.length()>0) {
|
||||
lDefaultProxyConfig.setDialPrefix(lPrefix);
|
||||
}
|
||||
//escape +
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue