mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 01:53:25 +02:00
Added Gmail state
This commit is contained in:
@@ -1334,7 +1334,9 @@ public class FragmentAccount extends FragmentBase {
|
||||
if (account == null)
|
||||
return null;
|
||||
|
||||
return ServiceAuthenticator.getGmailToken(context, account.user);
|
||||
GmailState state = GmailState.jsonDeserialize(account.password);
|
||||
state.refresh(context, account.user, true);
|
||||
return state.jsonSerializeString();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user