mirror of https://github.com/M66B/FairEmail.git
Disable custom tabs for Brave
This commit is contained in:
parent
25eb09c89a
commit
510e8b4fa3
|
@ -464,6 +464,9 @@ public class FragmentOAuth extends FragmentBase {
|
|||
if (descriptor.useCustomTab && !tabs)
|
||||
accept = false;
|
||||
|
||||
if ("com.brave.browser".equals(descriptor.packageName) && Boolean.TRUE.equals(descriptor.useCustomTab))
|
||||
accept = false;
|
||||
|
||||
EntityLog.log(context,
|
||||
"OAuth browser=" + descriptor.packageName +
|
||||
":" + descriptor.version +
|
||||
|
|
Loading…
Reference in New Issue