Include tel_provider to account extra even if it is empty

This commit is contained in:
Juha Heinanen
2023-05-07 14:35:00 +03:00
parent 35222b0a5d
commit ed2ea5e578

View File

@ -142,8 +142,7 @@ class Account(val accp: Long) {
if (!callHistory)
extra += ";call_history=no"
if (telProvider != "")
extra += ";tel_provider=${URLEncoder.encode(telProvider, "UTF-8")}"
extra += ";tel_provider=${URLEncoder.encode(telProvider, "UTF-8")}"
if (countryCode != "")
extra += ";country_code=$countryCode"