mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 10:55:09 +01:00
Get error details
This commit is contained in:
@@ -1504,6 +1504,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
intent.putExtra("account", account.id);
|
||||
intent.putExtra("protocol", account.protocol);
|
||||
intent.putExtra("auth_type", account.auth_type);
|
||||
intent.putExtra("address", account.user);
|
||||
intent.putExtra("faq", 23);
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
PendingIntent piAlert = PendingIntentCompat.getActivity(
|
||||
|
||||
Reference in New Issue
Block a user