Skip to content

Commit

Permalink
commenting out setting the callback to nil, this is probably not righ…
Browse files Browse the repository at this point in the history
…t but Ima leave it in for now until I can find another solution to my problem...
  • Loading branch information
kgn committed Nov 22, 2012
1 parent b040bd4 commit 2c96d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Partial View Presentation/JLBPartialModal.m
Expand Up @@ -216,7 +216,7 @@ - (void)dismissViewController

if (self.dismissalBlock) {
self.dismissalBlock();
self.dismissalBlock = nil;
// self.dismissalBlock = nil;
}

[self.delegate didDismissPartialModalView:self];
Expand Down

0 comments on commit 2c96d6d

Please sign in to comment.