14 lines
1.0 KiB
Diff
14 lines
1.0 KiB
Diff
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationServiceImpl.java b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationServiceImpl.java
|
|
index 3c06d1607ea9596860a4a700c75c38849b864a24..c55867b306314329e1d31c1057b4434e8feb348f 100644
|
|
--- a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationServiceImpl.java
|
|
+++ b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationServiceImpl.java
|
|
@@ -112,7 +112,7 @@ public class NotificationServiceImpl extends NotificationService.Impl {
|
|
|
|
// Now that the browser process is initialized, we pass forward the call to the
|
|
// NotificationPlatformBridge which will take care of delivering the appropriate events.
|
|
- if (!NotificationPlatformBridge.dispatchNotificationEvent(intent)) {
|
|
+ if (!BraveNotificationPlatformBridge.dispatchNotificationEvent(intent)) {
|
|
Log.w(TAG, "Unable to dispatch the notification event to Chrome.");
|
|
}
|
|
|