From 2b9a954689266a2b213946dbb2a3ce55e1c8f1d0 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 28 Sep 2024 07:24:13 +0200 Subject: [PATCH] Disabled Edge remark --- app/src/main/java/eu/faircode/email/FragmentOAuth.java | 2 +- app/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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