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

Commit 737c3778 authored by Kai Wang's avatar Kai Wang Committed by Automerger Merge Worker
Browse files

Merge "Duplicate setting when generate fake data" into rvc-dev am: 89fe5401

Change-Id: I1c2d4386571e8650ebe5e4894cf7b25cf860fa77
parents 24ecb4a9 89fe5401
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -146,9 +146,7 @@ StatusCode EmulatedVehicleHal::set(const VehiclePropValue& propValue) {
        // here, since we never send the control signal back, the value of 'updateStatus' flag
        // does not matter here.
        auto status = mVehicleClient->setProperty(propValue, updateStatus);
        if (status != StatusCode::OK) {
        return status;
        }
    } else if (mHvacPowerProps.count(propValue.prop)) {
        auto hvacPowerOn = mPropStore->readValueOrNull(
            toInt(VehicleProperty::HVAC_POWER_ON),