Disabled Edge remark

master
M66B 3 days ago
parent a33fa3142f
commit 2b9a954689

@ -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>

Loading…
Cancel
Save