Disable custom tabs for Brave

pull/213/head
M66B 11 months ago
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…
Cancel
Save