Index: mobile/android/chrome/content/WebrtcUI.js |
=================================================================== |
--- a/mobile/android/chrome/content/WebrtcUI.js |
+++ b/mobile/android/chrome/content/WebrtcUI.js |
@@ -48,17 +48,17 @@ var WebrtcUI = { |
if (this._notificationId) { |
Notifications.cancel(this._notificationId); |
this._notificationId = null; |
} |
} else { |
let notificationOptions = { |
title: Strings.brand.GetStringFromName("brandShortName"), |
when: null, // hide the date row |
- light: [0xFF9500FF, 1000, 1000], |
+ light: [0xFF009CD9, 1000, 1000], // Changed to match abb_accent_dark_blue. See https://issues.adblockplus.org/ticket/3769 |
ongoing: true |
}; |
let cameraActive = false; |
let audioActive = false; |
for (let i = 0; i < count; i++) { |
let win = windows.GetElementAt(i); |
let hasAudio = {}; |