Skip to content

Commit

Permalink
Update QMUIAlertController.m
Browse files Browse the repository at this point in the history
  • Loading branch information
coderAs7 authored Oct 2, 2017
1 parent 7ae7765 commit 969290d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions QMUIKit/QMUIComponents/QMUIAlertController.m
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ - (void)handleAlertActionEvent:(id)sender {
if (self.delegate && [self.delegate respondsToSelector:@selector(didClickAlertAction:)]) {
[self.delegate didClickAlertAction:self];
}
// 再调block回调
if (self.handler) {
self.handler(self);
}
// // 再调block回调
// if (self.handler) {
// self.handler(self);
// }
}

@end
Expand Down

0 comments on commit 969290d

Please sign in to comment.