| Index: mobile/android/modules/WebrtcUI.jsm |
| =================================================================== |
| --- a/mobile/android/modules/WebrtcUI.jsm |
| +++ b/mobile/android/modules/WebrtcUI.jsm |
| @@ -92,17 +92,17 @@ |
| 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: [0xFF009CD9, 1000, 1000], // Changed to match abb_accent_dark_blue. See https://issues.adblockplus.org/ticket/3769 |
| + light: [0xFF9500FF, 1000, 1000], |
| ongoing: true |
| }; |
| let cameraActive = false; |
| let audioActive = false; |
| for (let i = 0; i < count; i++) { |
| let win = windows.queryElementAt(i, Ci.nsIDOMWindow); |
| let hasAudio = {}; |