Refactoring: connectionHelper

This commit is contained in:
M66B
2019-05-12 18:41:51 +02:00
parent 09ace5e05a
commit 76d53e9e6b
19 changed files with 372 additions and 350 deletions

View File

@@ -447,8 +447,8 @@ public class EmailProvider {
int getAuthType() {
if ("com.google".equals(type))
return Helper.AUTH_TYPE_GMAIL;
return Helper.AUTH_TYPE_PASSWORD;
return ConnectionHelper.AUTH_TYPE_GMAIL;
return ConnectionHelper.AUTH_TYPE_PASSWORD;
}
@Override