diff --git a/app/src/main/java/eu/faircode/email/FragmentOAuth.java b/app/src/main/java/eu/faircode/email/FragmentOAuth.java index f56d5fb1ee..e583105ae4 100644 --- a/app/src/main/java/eu/faircode/email/FragmentOAuth.java +++ b/app/src/main/java/eu/faircode/email/FragmentOAuth.java @@ -281,7 +281,7 @@ public class FragmentOAuth extends FragmentBase { Log.e(ex); } - tvEdge.setVisibility(edge ? View.VISIBLE : View.GONE); + tvEdge.setVisibility(edge && false ? View.VISIBLE : View.GONE); tvBrave.setVisibility(brave ? View.VISIBLE : View.GONE); btnOAuth.setOnClickListener(new View.OnClickListener() { diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c05851ca29..e4a06cdb0b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -257,7 +257,7 @@ Authorize access to your %1$s account Authorize an existing account again (otherwise create a new account) Account authorization was updated - When using Edge browser, make sure that \'Block opening external apps\' in the \'Privacy, security and services\' settings is off + When using Edge browser, make sure that \'Block opening external apps\' in the \'Privacy, security and services\' settings is off When using Brave browser, you must enable the option in Brave\'s settings to allow app links to open in apps outside of Brave Authorization requires a working browser Authorize