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

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

Merge "Fix CLUSTER_SWITCH_UI init value."

parents 4306ac3c 6e289c86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1036,7 +1036,7 @@ const ConfigDeclaration kVehicleProperties[]{
                                .access = VehiclePropertyAccess::READ,
                                .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                        },
                .initialValue = {.int32Values = {0 /* ClusterHome */, -1 /* ClusterNone */}},
                .initialValue = {.int32Values = {0 /* ClusterHome */}},
        },
        {
                .config =
+1 −1
Original line number Diff line number Diff line
@@ -1052,7 +1052,7 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
                                .access = VehiclePropertyAccess::READ,
                                .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                        },
                .initialValue = {.int32Values = {0 /* ClusterHome */, -1 /* ClusterNone */}},
                .initialValue = {.int32Values = {0 /* ClusterHome */}},
        },
        {
                .config =