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

Commit b4b35202 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Add enum for conversation screen

Test: make
Bug: 149583455
Change-Id: I14ae457bc4d301db48b48c86ac62f64ecd0c752f
parent 30965c45
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2617,4 +2617,9 @@ enum PageId {
    // CATEGORY: SETTINGS
    // OS: R
    ADB_WIRELESS_DEVICE_QR_PAIRING_DIALOG = 1833;

    // OPEN: Settings > apps & notifications > notifications > conversations
    // CATEGORY: SETTINGS
    // OS: R
    NOTIFICATION_CONVERSATION_LIST_SETTINGS = 1834;
}