-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System/OS ad notifications are missing icons #18154
Comments
@stephendonner can you please reboot your computer and see if that resolves the issue. System notifications show the app icon, so this bug is outside of the ads library. But first, lets see if a reboot resolves the issue. |
I still see this on two separate MacBook Pro laptops, both after rebooting. |
Definitely looks like a regression as I managed to reproduce this on my MPB as well. Example: Using
I double checked @tmancey definitely a c94 regression that needs to be fixed for Builds used during verification:
|
This is lower-level than |
cc: @simonhong |
Fixes brave/brave-browser#18154 Due to Chromium change below our prior patch to chrome/BUILD.gn was always overwriting plist of helper apps when it was only meant to do so for one app. Chromium change: https://source.chromium.org/chromium/chromium/src/+/56915522276f86acc55f86b143b4d7b260d6bc36 commit 56915522276f86acc55f86b143b4d7b260d6bc36 Author: Richard Knoll <knollr@chromium.org> Date: Fri Mar 5 16:07:34 2021 +0000 Introduce alert notification helper .app This adds a new helper .app on macOS to display alert notifications. This app is required to show alert style notifications as the main app can only show banner style ones and the XPC service can not use the new UNNotification APIs. Bug: 1127306
labelling as |
Verification PASSED on
Verification PASSED on
Verification PASSED on
Verified
|
Description
System/OS ad notifications are missing icons
Steps to Reproduce
--enable-logging=stderr --vmodule="*/variations/*"=6,"*/bat-native-ledger/*"=6,"*/brave_rewards/*"=6,"*/bat-native-ads/*"=6,"*/bat-native-confirmations/*"=6,"*/brave_ads/*"=9,"*/brave_user_model/*"=6 --brave-ads-staging --brave-ads-debug --rewards=staging=true,reconcile-interval=3
Start using Rewards
buttonActual Result:
It's missing its icon/favicon
Expected Result:
Should have its respective icon/favicon
BTW: custom-ad notifications are fine 👍
Reproduces how often:
100%
Brave version (brave://version info)
cc @kjozwiak @tmancey @btlechowski @GeetaSarvadnya
The text was updated successfully, but these errors were encountered: