MOBILE-2915 desktop: Fix 'push' click in desktop apps
parent
08d7d6e1f9
commit
b3663e591c
|
@ -294,10 +294,6 @@ export class LocalNotificationsMock extends LocalNotifications {
|
|||
notification.timeoutAfter = this.parseToInt('timeoutAfter', notification);
|
||||
}
|
||||
|
||||
if (typeof notification.data == 'object') {
|
||||
notification.data = JSON.stringify(notification.data);
|
||||
}
|
||||
|
||||
this.convertPriority(notification);
|
||||
this.convertTrigger(notification);
|
||||
this.convertActions(notification);
|
||||
|
|
Loading…
Reference in New Issue