-
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
Pending bell icon is not shown when a new un-approved request is created #21654
Comments
It is known, the underlying issue is /issues/21612. |
I saw that so couple of doubts:
We might not need to make it global unless we wanna show the button across the app. WDYT? |
I personally think the update is more logically nature to put in the observer but yes, it is possible to put that in
I think it's not just for the button. |
Wait if
A global We need QA to validate this issue so feel free to link both issues in one PR or probably wanna add more details in 21612 if issues like these are known, to avoid duplicate issues. |
Actually it's not,
Yes, that's what I meant by "a new overload for
That's an interesting point, I am not sure what problem it will cause if we update UI in background, or is it just anti-pattern?
Yes, if I get to this I will do just that so QA can verify this issue. |
Indeed, for example, a fragment can receive the callbacks from |
Verification passed on the following devices running 1.39.96 x64 Beta build
|
- Added Brave Firewall + VPN. ([#12197](brave/brave-browser#12197)) - Added support for blob partitioning. ([#21746](brave/brave-browser#21746)) - Implemented eth_getEncryptionPublicKey for Brave Wallet. ([#19276](brave/brave-browser#19276)) - Reduced adblock filter memory usage by optimizing unused regex rules. ([#21970](brave/brave-browser#21970)) - Removed known Dialog Insight user tracking parameters from URLs. ([#22082](brave/brave-browser#22082)) - Fixed breakage in webpack build caused by OpenSSL 3.0. ([#22305](brave/brave-browser#22305)) - Fixed pending bell icon under Brave Wallet not being displayed when new unapproved requests are created. ([#21654](brave/brave-browser#21654)) - Fixed expand icon under Brave Shields using incorrect color when the Privacy Hub has been enabled. ([#22049](brave/brave-browser#22049)) - Upgraded Chromium to 102.0.5005.61. ([#22923](brave/brave-browser#22923)) ([Changelog for 102.0.5005.61](https://chromium.googlesource.com/chromium/src/+log/101.0.4951.67..102.0.5005.61?pretty=fuller&n=1000))
Description
Pending request bell icon not shown when coming back to Portfolio fragment after creating a new Pending transaction.
Steps to reproduce
Actual result
Should show bell icon when a new pending request is created.
Expected result
Should show the pending request bell button
Issue reproduces how often
Easy
Version/Channel Information:
Device details
Brave version
1.38.40
Website problems only
Additional information
Perhaps move the logic to check for pending requests in OnResume.
cc: @wchen342
The text was updated successfully, but these errors were encountered: