From baed02ccafc088dfe5fe9d5c1a36fde67d08ea55 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 28 Sep 2024 08:31:02 +0200 Subject: [PATCH] Revert "Disabled Edge remark" This reverts commit 2b9a954689266a2b213946dbb2a3ce55e1c8f1d0. --- 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 e583105ae4..f56d5fb1ee 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 && false ? View.VISIBLE : View.GONE); + tvEdge.setVisibility(edge ? 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 e0fdc12eb3..a2a6ac7eb7 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