Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04e04456 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Disable alpha jump detector" into main

parents df643c45 d9875863
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ public class ViewCaptureAnalyzer {

    // All detectors. They will be invoked in the order listed here.
    private static final AnomalyDetector[] ANOMALY_DETECTORS = {
            new AlphaJumpDetector(),
//            new AlphaJumpDetector(), // b/309014345
//            new FlashDetector(), // b/309014345
            new PositionJumpDetector()
    };