- Indent fix.
This commit is contained in:
@@ -120,10 +120,10 @@ class Account(val accp: String) {
|
|||||||
extra += ";call_history=no"
|
extra += ";call_history=no"
|
||||||
|
|
||||||
if (answerMode == "auto")
|
if (answerMode == "auto")
|
||||||
extra += ";answer_mode=auto"
|
extra += ";answer_mode=auto"
|
||||||
|
|
||||||
if (preferIPv6Media)
|
if (preferIPv6Media)
|
||||||
extra += ";prefer_ipv6_media=yes"
|
extra += ";prefer_ipv6_media=yes"
|
||||||
|
|
||||||
if (extra != "")
|
if (extra != "")
|
||||||
res += ";extra=\"" + extra.substringAfter(";") + "\""
|
res += ";extra=\"" + extra.substringAfter(";") + "\""
|
||||||
|
|||||||
Reference in New Issue
Block a user