Index: ios/chrome/browser/ui/settings/block_popups_collection_view_controller.mm |
diff --git a/ios/chrome/browser/ui/settings/block_popups_collection_view_controller.mm b/ios/chrome/browser/ui/settings/block_popups_collection_view_controller.mm |
index d256b1223a12596cea5c720153bede68b05bb8c0..2494b4f925477fb7aea5be424b573273f0121d2c 100644 |
--- a/ios/chrome/browser/ui/settings/block_popups_collection_view_controller.mm |
+++ b/ios/chrome/browser/ui/settings/block_popups_collection_view_controller.mm |
@@ -227,8 +227,7 @@ typedef NS_ENUM(NSInteger, ItemType) { |
_blockPopupsItem.on = [_disablePopupsSetting value]; |
// Update the cell. |
- [self reconfigureCellsForItems:@[ _blockPopupsItem ] |
- inSectionWithIdentifier:SectionIdentifierMainSwitch]; |
+ [self reconfigureCellsForItems:@[ _blockPopupsItem ]]; |
// Update the rest of the UI. |
[self.editor setEditing:NO]; |