Skip to content

Commit

Permalink
resolved missing "
Browse files Browse the repository at this point in the history
  • Loading branch information
edewit committed Mar 19, 2014
1 parent 96bca6a commit 1df1adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/PushPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ - (void)notificationReceived {
isInline = NO;
}
else
[jsonStr appendFormat:@"\"foreground:\"%d\"", 0];
[jsonStr appendFormat:@"\"foreground\":\"%d\"", 0];

[jsonStr appendString:@"}"];

Expand Down

0 comments on commit 1df1adc

Please sign in to comment.