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

Commit 66da09f9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Switch to resample_period instead of bool resample_touch"

parents f3e53b59 c1de2b1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -517,7 +517,7 @@ public:
    AndroidPalmRejectionModel()
          : ::ui::OneDeviceTrainNeuralStylusPalmDetectionFilterModel(/*default version*/ "",
                                                                     std::vector<float>()) {
        config_.resample_touch = true;
        config_.resample_period = ::ui::kResamplePeriod;
    }
};