diff --git a/app/src/main/java/eu/faircode/email/FragmentAccounts.java b/app/src/main/java/eu/faircode/email/FragmentAccounts.java
index 62bc969310..f1df655723 100644
--- a/app/src/main/java/eu/faircode/email/FragmentAccounts.java
+++ b/app/src/main/java/eu/faircode/email/FragmentAccounts.java
@@ -71,6 +71,7 @@ public class FragmentAccounts extends FragmentBase {
private ViewGroup view;
private SwipeRefreshLayout swipeRefresh;
+ private TextView tvHintActions;
private Button btnGrant;
private RecyclerView rvAccount;
private ContentLoadingProgressBar pbWait;
@@ -105,6 +106,7 @@ public class FragmentAccounts extends FragmentBase {
// Get controls
swipeRefresh = view.findViewById(R.id.swipeRefresh);
+ tvHintActions = view.findViewById(R.id.tvHintActions);
btnGrant = view.findViewById(R.id.btnGrant);
rvAccount = view.findViewById(R.id.rvAccount);
pbWait = view.findViewById(R.id.pbWait);
@@ -291,6 +293,7 @@ public class FragmentAccounts extends FragmentBase {
fabCompose.show();
}
+ tvHintActions.setVisibility(settings ? View.VISIBLE : View.GONE);
btnGrant.setVisibility(View.GONE);
grpReady.setVisibility(View.GONE);
pbWait.setVisibility(View.VISIBLE);
diff --git a/app/src/main/res/layout/fragment_accounts.xml b/app/src/main/res/layout/fragment_accounts.xml
index 765dafd9b2..497d48df7c 100644
--- a/app/src/main/res/layout/fragment_accounts.xml
+++ b/app/src/main/res/layout/fragment_accounts.xml
@@ -15,6 +15,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
+
+
+ app:layout_constraintTop_toBottomOf="@+id/tvHintActions" />
The POP3 protocol does not support creating folders
OAuth is not supportedReview
- Long press an identity to display options, like copy to create alias identities
+ Long press on an account to display options, for example to disable or delete an account
+ Long press on an identity to display options, like copy to create alias identitiesThe email server said: \'%1$s\'This might be caused by the VPN that is being usedThe Android account manager could be blocked by a VPN, firewall, ad blocker, etc., preventing it from obtaining an access token