MOBILE-2961 push: Use push channel in some local notifications

main
Dani Palou 2019-04-12 14:24:26 +02:00
parent c6e01bfa66
commit 258a646f20
1 changed files with 2 additions and 1 deletions

View File

@ -321,7 +321,8 @@ export class CorePushNotificationsProvider {
id: 1,
data: data,
title: '',
text: ''
text: '',
channel: 'PushPluginChannel'
},
promises = [];