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

Commit 9c55cdba authored by Shrikar Amirisetty's avatar Shrikar Amirisetty Committed by Android (Google) Code Review
Browse files

Merge "Made default units consistent in deprecated DefaultConfig.h"

parents 0f814897 417865dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ const ConfigDeclaration kVehicleProperties[]{
                                         (int)VehicleUnit::MILES_PER_HOUR,
                                         (int)VehicleUnit::KILOMETERS_PER_HOUR},
                 },
         .initialValue = {.int32Values = {(int)VehicleUnit::KILOMETERS_PER_HOUR}}},
         .initialValue = {.int32Values = {(int)VehicleUnit::MILES_PER_HOUR}}},

        {.config =
                 {
@@ -379,7 +379,7 @@ const ConfigDeclaration kVehicleProperties[]{
                         .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                         .configArray = {(int)VehicleUnit::LITER, (int)VehicleUnit::US_GALLON},
                 },
         .initialValue = {.int32Values = {(int)VehicleUnit::LITER}}},
         .initialValue = {.int32Values = {(int)VehicleUnit::US_GALLON}}},

        {.config =
                 {