Added provider Spectrum and TWC

This commit is contained in:
M66B
2022-09-08 07:45:05 +02:00
parent a9bfca7cb9
commit da4e7cf9da
2 changed files with 31 additions and 2 deletions

View File

@@ -356,8 +356,7 @@ public class EmailProvider implements Parcelable {
for (String d : provider.domain)
if (domain.toLowerCase(Locale.ROOT).matches(d)) {
EntityLog.log(context, "Provider from domain=" + domain + " (" + d + ")");
if (!BuildConfig.DEBUG)
return Arrays.asList(provider);
return Arrays.asList(provider);
}
List<EmailProvider> candidates =