Bug 1072639 - Fix context for web app notifications. r=snorp

This commit is contained in:
Eugen Sawin 2014-09-24 14:39:07 +02:00
Родитель 4d92b96d2e
Коммит 678280ef6b
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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;
}