Skip to content

Commit

Permalink
Fix bug where unsubscribing wouldn't update sources (#17372)
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning authored Feb 27, 2023
1 parent 72e0034 commit 43e6bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_news/browser/brave_news_controller.cc
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ void BraveNewsController::SetPublisherPref(const std::string& publisher_id,
} else {
update->Set(publisher_id,
(new_status == mojom::UserEnabled::ENABLED));
controller->publishers_controller_.EnsurePublishersIsUpdating();
}
controller->publishers_controller_.EnsurePublishersIsUpdating();
}
},
publisher_id, new_status, base::Unretained(this)));
Expand Down

0 comments on commit 43e6bc2

Please sign in to comment.