Skip to content

Commit 82d9359

Browse files
committed
Merge pull request ashfurrow#25 from mailworks/master
fix memory leak
2 parents 4ea5a1d + 3952de8 commit 82d9359

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

C-41/ASHTimerViewController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ - (void)viewDidLoad
5252
[RACObserve(self.viewModel, complete) subscribeNext:^(NSNumber *complete) {
5353
if (complete.boolValue == YES) {
5454
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Recipe Complete", @"Recipe complete dialogue title") message:NSLocalizedString(@"Your film has been developed.", @"Recipe complete dialogue text") delegate:Nil cancelButtonTitle:nil otherButtonTitles:NSLocalizedString(@"OK", @"Recipe complete dialogue OK button"), nil];
55-
@weakify(self);
5655
[alertView.rac_buttonClickedSignal subscribeNext:^(id _) {
5756
@strongify(self);
5857
[self dismiss];

0 commit comments

Comments
 (0)