Skip to content

Commit 9346b41

Browse files
Fix last implicit self retain warning
1 parent c449763 commit 9346b41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WYPopoverController/WYPopoverController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ - (void)presentPopoverFromRect:(CGRect)aRect
16571657
[strongSelf->viewController viewDidAppear:YES];
16581658
}
16591659

1660-
containerView.accessibilityViewIsModal = NO;
1660+
strongSelf->containerView.accessibilityViewIsModal = NO;
16611661
}
16621662

16631663
if (completion)

0 commit comments

Comments
 (0)