Configure all identities on OAuth

This commit is contained in:
M66B
2019-12-21 12:55:46 +01:00
parent 0e6be5b8c9
commit 4ce59d7017
3 changed files with 68 additions and 51 deletions

View File

@@ -360,7 +360,6 @@ public class FragmentGmail extends FragmentBase {
identity.primary = true;
identity.id = db.identity().insertIdentity(identity);
args.putLong("identity", identity.id);
EntityLog.log(context, "Gmail identity=" + identity.name + " email=" + identity.email);
db.setTransactionSuccessful();