mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Revert "Disable Bugsnag through VPNs (ad blockers)"
This reverts commit cb3bb8d289.
This commit is contained in:
@@ -377,9 +377,7 @@ public class Log {
|
||||
@Override
|
||||
public boolean onSession(@NonNull Session session) {
|
||||
// opt-in
|
||||
boolean crash_reports = prefs.getBoolean("crash_reports", false);
|
||||
boolean vpn = ConnectionHelper.vpnActive(context);
|
||||
return (crash_reports && !vpn);
|
||||
return prefs.getBoolean("crash_reports", false);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user