mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-06 03:33:07 +00:00
parent
3ff7558182
commit
baed02ccaf
2 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
|
@ -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" 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_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_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>
|
||||
|
|
Loading…
Add table
Reference in a new issue