mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 03:24:52 +02:00
Disabled Edge remark
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user