We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a195679 commit 98fccbaCopy full SHA for 98fccba
app/src/main/java/com/addev/listaspam/util/ApiUtils.kt
@@ -132,9 +132,9 @@ object ApiUtils {
132
val deviceCountryCode = Locale.getDefault().country
133
134
val host = if (EU_COUNTRIES.contains(deviceCountryCode.uppercase())) {
135
- TRUE_CALLER_REPORT_API_URL_EU
+ TRUECALLER_API_URL_EU
136
} else {
137
- TRUE_CALLER_REPORT_API_URL_NONEU
+ TRUECALLER_API_URL_NONEU
138
}
139
140
val url = HttpUrl.Builder()
0 commit comments