MOBILE-2915 desktop: Fix 'push' click in desktop apps

main
Dani Palou 2019-03-26 12:05:37 +01:00
parent 08d7d6e1f9
commit b3663e591c
1 changed files with 0 additions and 4 deletions

View File

@ -294,10 +294,6 @@ export class LocalNotificationsMock extends LocalNotifications {
notification.timeoutAfter = this.parseToInt('timeoutAfter', notification); notification.timeoutAfter = this.parseToInt('timeoutAfter', notification);
} }
if (typeof notification.data == 'object') {
notification.data = JSON.stringify(notification.data);
}
this.convertPriority(notification); this.convertPriority(notification);
this.convertTrigger(notification); this.convertTrigger(notification);
this.convertActions(notification); this.convertActions(notification);