mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
OAuth: allow custom tabs
This commit is contained in:
@@ -371,8 +371,7 @@ public class FragmentOAuth extends FragmentBase {
|
||||
|
||||
@Override
|
||||
public boolean matches(@NonNull BrowserDescriptor descriptor) {
|
||||
boolean accept =
|
||||
(!SBROWSER.matches(descriptor) && !descriptor.useCustomTab);
|
||||
boolean accept = !SBROWSER.matches(descriptor);
|
||||
EntityLog.log(context,
|
||||
"Browser=" + descriptor.packageName +
|
||||
":" + descriptor.version +
|
||||
|
||||
Reference in New Issue
Block a user