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

Commit 39adab4a authored by Salvador Martinez's avatar Salvador Martinez
Browse files

Add new constants for dark mode screen

This just adds constants to the new dark mode screen

Test: Build succeeds
Bug: 128686189
Change-Id: Iefb32f6f9beaa443cae661de21d4975585d9f475
parent c90040e0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2316,4 +2316,7 @@ enum PageId {
    // OPEN: Settings > Face > Remove face
    // OS: Q
    DIALOG_FACE_REMOVE = 1693;

    // Settings > Display > Theme
    DARK_UI_SETTINGS = 1698;
}
+2 −0
Original line number Diff line number Diff line
@@ -7147,6 +7147,8 @@ message MetricsEvent {
    // OS: Q
    BIOMETRIC_AUTH = 1697;

    // Settings > Display > Theme
    DARK_UI_SETTINGS = 1698;
    // ---- End Q Constants, all Q constants go above this line ----
    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS