Fixed crash...
This commit is contained in:
parent
9b8574caad
commit
c9e15021ab
1 changed files with 1 additions and 1 deletions
|
@ -84,5 +84,5 @@ public class LinphoneNumberOrAddress implements Serializable, Comparable<Linphon
|
||||||
value = v;
|
value = v;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getNormalizedPhone() { return normalizedPhone; }
|
public String getNormalizedPhone() { return normalizedPhone != null ? normalizedPhone : value; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue