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

Commit 914bb565 authored by Enrico Granata's avatar Enrico Granata Committed by android-build-merger
Browse files

Merge "When writing a VehiclePropValue to the store, update its status" into pi-dev

am: e3558fb7

Change-Id: I2bcfab863f2bff7880ad768171358d5442bf93a2
parents ef91192c e3558fb7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ bool VehiclePropertyStore::writeValue(const VehiclePropValue& propValue) {
    } else {
        valueToUpdate->timestamp = propValue.timestamp;
        valueToUpdate->value = propValue.value;
        valueToUpdate->status = propValue.status;
    }
    return true;
}