Include tel_provider to account extra even if it is empty
This commit is contained in:
@@ -142,7 +142,6 @@ 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 != "")
|
||||||
|
|||||||
Reference in New Issue
Block a user