mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-16 22:13:34 +02:00
Added host to error dialog
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user