-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break retain cycle between MySiteViewController and CompliancePopover…
…Coordinator (#21111) * Break retain cycle between MySiteViewController and CompliancePopoverCoordinator MySiteViewController holds CompliancePopoverCoordinator, and CompliancePopoverCoordinator holds MySiteViewController. Break retain cycle by setting viewController in CompliancePopoverCoordinator as weak * Revert removing didShowCompliancePopup check in presentIfNeeded
- Loading branch information
Showing
3 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters