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

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

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

parents ebc5e9a5 0dd64f7b
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;
}