Skip to content

Commit bc6e42c

Browse files
authored
Add live_update and critical_text to notification keys (#269)
1 parent 6b177fc commit bc6e42c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

functions/android.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ module.exports = {
107107
'progress',
108108
'progress_max',
109109
'progress_indeterminate',
110+
'live_update',
111+
'critical_text',
110112
];
111113

112114
androidNotificationKeys.forEach((key) => {

0 commit comments

Comments
 (0)