mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Improved account/identity fragment, fixed crash
This commit is contained in:
@@ -98,6 +98,12 @@ public class Provider {
|
||||
return result;
|
||||
}
|
||||
|
||||
public int getAuthType() {
|
||||
if ("com.google".equals(type))
|
||||
return Helper.AUTH_TYPE_GMAIL;
|
||||
return Helper.AUTH_TYPE_PASSWORD;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return name;
|
||||
|
||||
Reference in New Issue
Block a user