Remove unused property

This commit is contained in:
sashaweiss-signal 2025-10-16 14:03:12 -07:00
parent 2a5a018cee
commit d2534c632c

View File

@ -112,10 +112,6 @@ class MemberActionSheet: OWSTableSheetViewController {
viewController.present(self, animated: true)
}
// When presenting the contact view, we must retain ourselves
// as we are the delegate. This will get released when contact
// editing has concluded.
private var strongSelf: MemberActionSheet?
public override func updateTableContents(shouldReload: Bool = true) {
let contents = OWSTableContents()
defer { tableViewController.setContents(contents, shouldReload: shouldReload) }