forked from organicmaps/organicmaps
[ios] GooglePlus SDK support improved
This commit is contained in:
parent
5ecf2ca58e
commit
00ac570702
6 changed files with 410 additions and 388 deletions
|
@ -755,7 +755,7 @@ static NSString *ETagIfPresent(GTLObject *obj) {
|
|||
|
||||
// Build up the array of RPC calls.
|
||||
NSMutableArray *rpcPayloads = [NSMutableArray arrayWithCapacity:numberOfQueries];
|
||||
NSMutableArray *requestIDs = [NSMutableSet setWithCapacity:numberOfQueries];
|
||||
NSMutableSet *requestIDs = [NSMutableSet setWithCapacity:numberOfQueries];
|
||||
for (GTLQuery *query in queries) {
|
||||
NSString *methodName = query.methodName;
|
||||
NSDictionary *parameters = query.JSON;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue