Skip to content

Commit

Permalink
Merge pull request #435 from bkems/patch-1
Browse files Browse the repository at this point in the history
Fix to allow setting of empty values
  • Loading branch information
randdusing authored Jun 29, 2017
2 parents 875895d + 776b546 commit 9d39f46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ios/BluetoothLePlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -3336,10 +3336,6 @@ -(NSData*) getValue:(NSDictionary *) obj {

NSData *data = [[NSData alloc] initWithBase64EncodedString:string options:0];

if (data == nil || data.length == 0) {
return nil;
}

return data;
}

Expand Down

0 comments on commit 9d39f46

Please sign in to comment.