Added host to error dialog

This commit is contained in:
M66B
2024-07-23 13:58:19 +02:00
parent e68526ee66
commit 1628e8a25c
7 changed files with 13 additions and 0 deletions

View File

@@ -5221,6 +5221,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
intent.putExtra("account", message.account);
intent.putExtra("protocol", message.accountProtocol);
intent.putExtra("auth_type", ServiceAuthenticator.AUTH_TYPE_GRAPH);
intent.putExtra("host", "");
intent.putExtra("identity", message.identity);
intent.putExtra("personal", message.identityName);
intent.putExtra("address", message.identityEmail);