Improved error dialog

This commit is contained in:
M66B
2023-08-06 16:05:50 +02:00
parent 33c8576a84
commit 0f95b82e7f
5 changed files with 56 additions and 14 deletions

View File

@@ -4932,8 +4932,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
intent.putExtra("provider", "outlookgraph");
intent.putExtra("account", message.account);
intent.putExtra("protocol", message.accountProtocol);
intent.putExtra("auth_type", ServiceAuthenticator.AUTH_TYPE_GRAPH);
intent.putExtra("identity", message.identity);
intent.putExtra("authorize", true);
intent.putExtra("personal", message.identityName);
intent.putExtra("address", message.identityEmail);
intent.putExtra("faq", 14);