We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5f6b2 commit 21c684dCopy full SHA for 21c684d
lib/src/notification.ios.js
@@ -24,8 +24,7 @@ export default class IOSNotification {
24
this._type = 'managed';
25
this._thread = notification.aps.thread;
26
} else if (
27
- notification.aps &&
28
- notification.aps.alert) {
+ notification.aps) {
29
// regular notification
30
this._alert = notification.aps.alert;
31
this._sound = notification.aps.sound;
0 commit comments