Bug 1508279 - Use the correct intent for GeckoServicesCreatorService. r=sdaswani

Differential Revision: https://phabricator.services.mozilla.com/D16998

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Vlad Baicu 2019-01-18 18:14:44 +00:00
Родитель d5df4978ad
Коммит 8019353a1d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -89,7 +89,7 @@ public class NotificationReceiver extends BroadcastReceiver {
if (persistentIntent != null) {
// Go through GeckoService for persistent notifications.
GeckoServicesCreatorService.enqueueWork(context, intent);
GeckoServicesCreatorService.enqueueWork(context, persistentIntent);
}
if (NotificationClient.CLICK_ACTION.equals(action)) {