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

Commit 49a40df6 authored by Aran Ink's avatar Aran Ink Committed by android-build-merger
Browse files

Merge "Fix conflict between metrics_constants and settings_enums." into qt-dev am: 985f21dd

am: 43369ea6

Change-Id: I7ae7a7d7d4ad2ea593ef01c6ed03bd161b5d5d0b
parents 89e543fe 43369ea6
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2374,6 +2374,11 @@ enum PageId {
    // Settings > Apps and notifications > Notifications > Gentle notifications
    GENTLE_NOTIFICATIONS_SCREEN = 1715;

    // OPEN: Settings > System > Gestures > Global Actions Panel
    // CATEGORY: SETTINGS
    // OS: Q
    GLOBAL_ACTIONS_PANEL_SETTINGS = 1728;

    // OPEN: Settings > Display > Dark Theme
    // CATEGORY: SETTINGS
    // OS: Q
@@ -2384,9 +2389,4 @@ enum PageId {
    // CATEGORY: SETTINGS
    // OS: Q
    MODULE_LICENSES_DASHBOARD = 1746;

    // OPEN: Settings > System > Gestures > Global Actions Panel
    // CATEGORY: SETTINGS
    // OS: Q
    GLOBAL_ACTIONS_PANEL_SETTINGS = 1800;
}