mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Refresh tokens
This commit is contained in:
@@ -230,7 +230,7 @@ public class Helper {
|
||||
}
|
||||
}
|
||||
|
||||
private static String refreshToken(Context context, String type, String name, String current) {
|
||||
static String refreshToken(Context context, String type, String name, String current) {
|
||||
try {
|
||||
AccountManager am = AccountManager.get(context);
|
||||
Account[] accounts = am.getAccountsByType(type);
|
||||
|
||||
Reference in New Issue
Block a user