diff --git a/Signal/src/ViewControllers/HomeView/Stories/Replies & Views Sheets/Group Reply Sheet/StoryGroupRepliesAndViewsSheet.swift b/Signal/src/ViewControllers/HomeView/Stories/Replies & Views Sheets/Group Reply Sheet/StoryGroupRepliesAndViewsSheet.swift index dcaca6869d..f3aa9970e6 100644 --- a/Signal/src/ViewControllers/HomeView/Stories/Replies & Views Sheets/Group Reply Sheet/StoryGroupRepliesAndViewsSheet.swift +++ b/Signal/src/ViewControllers/HomeView/Stories/Replies & Views Sheets/Group Reply Sheet/StoryGroupRepliesAndViewsSheet.swift @@ -114,7 +114,7 @@ class StoryGroupRepliesAndViewsSheet: InteractiveSheetViewController { func createToggleButton(title: String, block: @escaping () -> Void) -> UIButton { let button = OWSButton() - button.block = { + button.block = { [unowned button] in guard !button.isSelected else { return } block() }