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

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

Merge "add UNKNOWN to proto enum"

parents 40301c43 e3eab89d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -274,6 +274,7 @@ message ValueMetric {
  optional bool use_diff = 12;

  enum ValueDirection {
      UNKNOWN = 0;
      INCREASING = 1;
      DECREASING = 2;
      ANY = 3;