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
@@ -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 != "")