We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 872d95b + b2f4782 commit a754f24Copy full SHA for a754f24
src/ios/Sms.m
@@ -32,7 +32,7 @@ - (void)send:(CDVInvokedUrlCommand*)command {
32
[composeViewController setBody:body];
33
}
34
35
- NSArray* recipients = [command.arguments objectAtIndex:0];
+ NSMutableArray* recipients = [command.arguments objectAtIndex:0];
36
if (recipients != nil) {
37
if ([recipients.firstObject isEqual: @""]) {
38
[recipients replaceObjectAtIndex:0 withObject:@"?"];
0 commit comments