Maxwidth add to notification title and boy text

This commit is contained in:
Eudes Inácio
2021-11-10 17:46:11 +01:00
parent 924e5c8a7a
commit 855c88b946
3 changed files with 40 additions and 39 deletions
@@ -157,6 +157,12 @@ export class NotificationsService {
PushNotifications.addListener('pushNotificationActionPerformed',
(notification: ActionPerformed) => {
console.log('Push action performed: ' + JSON.stringify(notification));
/* this.DataArray.push(notification.notification)
console.log("On ReceiveNotification", this.DataArray)
this.storageService.store("Notifications", this.DataArray)
this.eventtrigger.publishSomeData({
notification: "recive"
}) */
this.notificatinsRoutes(notification)
}
);