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 97d4d95290d6446fe2b3c8ea16617e6ca4496af4..2484e763fbb46efb6a88140740e9facfb48258c3 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
|
|
@@ -113,7 +113,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.");
|
|
}
|
|
|