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

Commit 0dd64f7b authored by Enrico Granata's avatar Enrico Granata
Browse files

When writing a VehiclePropValue to the store, update its status

Bug: 74805437
Test: manual
Change-Id: I0269ae3b2584af3959d3fd3beaf06e3c4272f793
parent 31857339
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;
}