зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
d5df4978ad
Коммит
8019353a1d
|
@ -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)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче