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

This commit is contained in:
Dani Palou 2019-04-12 14:24:26 +02:00
parent c6e01bfa66
commit 258a646f20

View File

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