Add enum for conversation screen

Test: make
Bug: 149583455
Change-Id: I14ae457bc4d301db48b48c86ac62f64ecd0c752f
This commit is contained in:
Julia Reynolds
2020-02-17 19:32:14 -05:00
parent 30965c45ce
commit b4b35202f4

View File

@@ -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;
}