Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1277 from dannywillems/patch-1
Browse files Browse the repository at this point in the history
Unused variable app. Caused warnings.
  • Loading branch information
jcesarmobile authored Oct 11, 2016
2 parents d8ab666 + 09dedb4 commit ea5ae88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ios/PushPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,6 @@ -(void) finish:(CDVInvokedUrlCommand*)command
[self.commandDelegate runInBackground:^ {
NSString* notId = [command.arguments objectAtIndex:0];

UIApplication *app = [UIApplication sharedApplication];

dispatch_async(dispatch_get_main_queue(), ^{
[NSTimer scheduledTimerWithTimeInterval:0.1
target:self
Expand Down

0 comments on commit ea5ae88

Please sign in to comment.