diff --git a/src/ios/PushPlugin.m b/src/ios/PushPlugin.m index 6baf7e663..932228443 100644 --- a/src/ios/PushPlugin.m +++ b/src/ios/PushPlugin.m @@ -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