Include tel_provider to account extra even if it is empty

This commit is contained in:
Juha Heinanen
2023-05-07 17:21:45 +03:00
parent 2edbddb16e
commit bf2ba08b37

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"