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

Commit 7accd728 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update NotificationSection enum." into rvc-dev am: 34b9c061 am: 206ddf86

Change-Id: I820e6f07aef9bf59c97576f448914574f3675f2c
parents 913ccf14 206ddf86
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -3915,9 +3915,10 @@ message Notification {
    enum NotificationSection {
        SECTION_UNKNOWN = 0;
        SECTION_HEADS_UP = 1;
        SECTION_PEOPLE = 2;
        SECTION_ALERTING = 3;
        SECTION_SILENT = 4;
        SECTION_MEDIA_CONTROLS = 2;
        SECTION_PEOPLE = 3;
        SECTION_ALERTING = 4;
        SECTION_SILENT = 5;
    }
    optional NotificationSection section = 6;
}