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

@@ -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);