Skip to content

Commit

Permalink
Merge pull request avielg#1 from papimomi/issue/timer
Browse files Browse the repository at this point in the history
Fixed wrong class name in "close timer" code line
  • Loading branch information
avielg committed May 25, 2014
2 parents 358f57d + 3aa3a36 commit 4d38c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AGPushNote/AGPushNoteView.m
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ + (void)showWithNotificationMessage:(NSString *)message completion:(void (^)(voi
}];

//Start timer (Currently not used to make sure user see & read the push...)
// PUSH_VIEW.closeTimer = [NSTimer scheduledTimerWithTimeInterval:CLOSE_PUSH_SEC target:[IAAPushNoteView class] selector:@selector(close) userInfo:nil repeats:NO];
// PUSH_VIEW.closeTimer = [NSTimer scheduledTimerWithTimeInterval:CLOSE_PUSH_SEC target:[AGPushNoteView class] selector:@selector(close) userInfo:nil repeats:NO];
}
}
+ (void)closeWitCompletion:(void (^)(void))completion {
Expand Down

0 comments on commit 4d38c7b

Please sign in to comment.