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

Commit

Permalink
Unused variable app. Caused warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Oct 11, 2016
1 parent d8ab666 commit 09dedb4
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 09dedb4

Please sign in to comment.