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…
Reference in a new issue