зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1072639 - Fix context for web app notifications. r=snorp
This commit is contained in:
Родитель
4d92b96d2e
Коммит
678280ef6b
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче