We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5daef7 + 2c4530d commit 0175151Copy full SHA for 0175151
components/InputComponent.js
@@ -198,6 +198,8 @@ class InputComponent extends React.Component {
198
notification.pushType = "fileprovider"
199
} else if (input.bundleId.endsWith(".voip")) {
200
notification.pushType = "voip"
201
+ } else if (input.bundleId.endsWith(".liveactivity")) {
202
+ notification.pushType = "liveactivity"
203
} else if (aps && aps["content-available"] === 1) {
204
const maxKeysNumber = aps.hasOwnProperty("category") ? 2 : 1
205
0 commit comments