diff --git a/mobile/android/base/NotificationHelper.java b/mobile/android/base/NotificationHelper.java index aaa8cc5bca8f..3eefced96514 100644 --- a/mobile/android/base/NotificationHelper.java +++ b/mobile/android/base/NotificationHelper.java @@ -195,6 +195,7 @@ public final class NotificationHelper implements GeckoEventListener { notificationIntent.setData(dataUri); notificationIntent.putExtra(HELPER_NOTIFICATION, true); notificationIntent.putExtra(COOKIE_ATTR, message.optString(COOKIE_ATTR)); + notificationIntent.setClass(mContext, GeckoAppShell.getGeckoInterface().getActivity().getClass()); return notificationIntent; }