mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 02:53:46 +02:00
Added host to error dialog
This commit is contained in:
@@ -456,6 +456,7 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
|
||||
intent.putExtra("account", account.id);
|
||||
intent.putExtra("protocol", account.protocol);
|
||||
intent.putExtra("auth_type", account.auth_type);
|
||||
intent.putExtra("host", account.host);
|
||||
intent.putExtra("personal", "personal");
|
||||
intent.putExtra("address", "address");
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
@@ -916,6 +917,7 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
|
||||
intent.putExtra("account", account.id);
|
||||
intent.putExtra("protocol", account.protocol);
|
||||
intent.putExtra("auth_type", account.auth_type);
|
||||
intent.putExtra("host", account.host);
|
||||
intent.putExtra("personal", "personal");
|
||||
intent.putExtra("address", "address");
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
|
||||
Reference in New Issue
Block a user