Revert "Disable custom tabs for Brave"

This reverts commit 510e8b4fa3.
pull/213/head
M66B 1 year ago
parent 11cbb514e0
commit 996c10da7a

@ -464,9 +464,6 @@ 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