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

Commit 56d304ea authored by Raff Tsai's avatar Raff Tsai
Browse files

Modify proto

Add a field about contextual card score

Change-Id: I52b660801e317112673ada2f449709239a8b3c12
Bug: 79698338
Test: Robolectric
parent 5a95813d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,4 +28,6 @@ message ContextualCard {
  optional string cardName = 3;

  optional Category card_category = 4;

  optional double card_score = 5;
}