1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-06 03:33:07 +00:00

Disabled Edge remark

This commit is contained in:
M66B 2024-09-28 07:24:13 +02:00
parent a33fa3142f
commit 2b9a954689
2 changed files with 2 additions and 2 deletions

View file

@ -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() {

View file

@ -257,7 +257,7 @@
<string name="title_setup_oauth_rationale">Authorize access to your %1$s account</string>
<string name="title_setup_oauth_update">Authorize an existing account again (otherwise create a new account)</string>
<string name="title_setup_oauth_updated">Account authorization was updated</string>
<string name="title_setup_oauth_edge">When using Edge browser, make sure that \'Block opening external apps\' in the \'Privacy, security and services\' settings is off</string>
<string name="title_setup_oauth_edge" translatable="false">When using Edge browser, make sure that \'Block opening external apps\' in the \'Privacy, security and services\' settings is off</string>
<string name="title_setup_oauth_brave">When using Brave browser, you must enable the option in Brave\'s settings to allow app links to open in apps outside of Brave</string>
<string name="title_setup_oauth_browser">Authorization requires a working browser</string>
<string name="title_setup_oauth_authorize">Authorize</string>