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

Commit 7b09ca86 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Add missing enum value

Test: make
Fixes: 233754823
Change-Id: Ieed92a5b831393a90f64af004dadf3fadfeb95c5
parent c9e49d8e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@ message PolicyProto {
        MEDIA = 7;
        // System (catch-all for non-never suppressible sounds) are prioritized.
        SYSTEM = 8;
        // Priority conversations are prioritized
        CONVERSATIONS = 9;
    }
    repeated Category priority_categories = 1;