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

Commit 13818eb2 authored by Yanting Yang's avatar Yanting Yang
Browse files

Deprecate EXCLUSIVE category from contextual_card_list.proto

Bug: 120485678
Test: visual, robotests
Change-Id: Ic287aeeed0743787d3e577c7086e9847b5c33157
parent f660e720
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ message ContextualCard {
    SUGGESTION = 1;
    POSSIBLE = 2;
    IMPORTANT = 3;
    EXCLUSIVE = 4;
    EXCLUSIVE = 4 [deprecated = true];
    DEFERRED_SETUP = 5;
  }