You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixbrave/brave-browser#30882
If we call bubble_controller()->GetMainView(), it makes every item "was_actioned".
When download completed, bubble includes un-actioned items.
But, it was all set as actioned already via GetMainView(), bubble doesn't have any
items to display. To get all items list w/o touching actioned state,
use DownloadBubbleUpdateService::GetAllModelsToDisplay().
Description
Download bubble doesn't open up when a file download is completed
Steps to Reproduce
Actual result:
Download bubble doesn't open up when a file download is completed
Expected result:
Probably open the download bubble when the download is complete
Reproduces how often:
Easy
Brave version (brave://version info)
1.52.x
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
cc: @rebron @simonhong @brave/qa-team
Note: This regression came from brave/brave-core#17832
The text was updated successfully, but these errors were encountered: