Include tel_provider to account extra even if it is empty
This commit is contained in:
@@ -142,8 +142,7 @@ class Account(val accp: Long) {
|
|||||||
if (!callHistory)
|
if (!callHistory)
|
||||||
extra += ";call_history=no"
|
extra += ";call_history=no"
|
||||||
|
|
||||||
if (telProvider != "")
|
extra += ";tel_provider=${URLEncoder.encode(telProvider, "UTF-8")}"
|
||||||
extra += ";tel_provider=${URLEncoder.encode(telProvider, "UTF-8")}"
|
|
||||||
|
|
||||||
if (countryCode != "")
|
if (countryCode != "")
|
||||||
extra += ";country_code=$countryCode"
|
extra += ";country_code=$countryCode"
|
||||||
|
|||||||
Reference in New Issue
Block a user