typo
This commit is contained in:
parent
93a590fedf
commit
5d92df5347
@ -128,7 +128,11 @@ NSString * const KeyActionTypeOpen = @"openPage";
|
|||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
||||||
// BAU dictionary comparsion breaks if client paramters sets the dictionarr. For now we will set client paramters only when its sent in the action map
|
/*
|
||||||
|
BAU dictionary comparsion breaks if client parameters sets the dictionary.
|
||||||
|
For now we will set client parameters only when its sent in the action map.
|
||||||
|
We can move the code to Objective-C if required.
|
||||||
|
*/
|
||||||
if ([actionInformation dict:KeyClientParameters]) {
|
if ([actionInformation dict:KeyClientParameters]) {
|
||||||
[self setClientParameterWith:actionInformation completionHandler:performAction];
|
[self setClientParameterWith:actionInformation completionHandler:performAction];
|
||||||
} else {
|
} else {
|
||||||
@ -298,7 +302,11 @@ NSString * const KeyActionTypeOpen = @"openPage";
|
|||||||
[weakSelf prepareLinkAwayWithURL:otherURL appURL:appURL actionInformation:actionMap additionalData:additionalData delegateObject:delegateObject];
|
[weakSelf prepareLinkAwayWithURL:otherURL appURL:appURL actionInformation:actionMap additionalData:additionalData delegateObject:delegateObject];
|
||||||
};
|
};
|
||||||
|
|
||||||
// BAU dictionary comparsion breaks if client paramters sets the dictionarr. For now we will set client paramters only when its sent in the action map
|
/*
|
||||||
|
BAU dictionary comparsion breaks if client parameters sets the dictionary.
|
||||||
|
For now we will set client parameters only when its sent in the action map.
|
||||||
|
We can move the code to Objective-C if required.
|
||||||
|
*/
|
||||||
if ([actionInformation dict:KeyClientParameters]) {
|
if ([actionInformation dict:KeyClientParameters]) {
|
||||||
[self setClientParameterWith:actionInformation completionHandler:performAction];
|
[self setClientParameterWith:actionInformation completionHandler:performAction];
|
||||||
} else {
|
} else {
|
||||||
@ -453,7 +461,11 @@ NSString * const KeyActionTypeOpen = @"openPage";
|
|||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
||||||
// BAU dictionary comparsion breaks if client paramters sets the dictionarr. For now we will set client paramters only when its sent in the action map
|
/*
|
||||||
|
BAU dictionary comparsion breaks if client parameters sets the dictionary.
|
||||||
|
For now we will set client parameters only when its sent in the action map.
|
||||||
|
We can move the code to Objective-C if required.
|
||||||
|
*/
|
||||||
if ([actionInformation dict:KeyClientParameters]) {
|
if ([actionInformation dict:KeyClientParameters]) {
|
||||||
[self setClientParameterWith:actionInformation completionHandler:performAction];
|
[self setClientParameterWith:actionInformation completionHandler:performAction];
|
||||||
} else {
|
} else {
|
||||||
@ -577,7 +589,11 @@ NSString * const KeyActionTypeOpen = @"openPage";
|
|||||||
[weakSelf prepareLinkAwayWithURL:otherURL appURL:appURL actionInformation:actionMap additionalData:additionalData delegate:delegate];
|
[weakSelf prepareLinkAwayWithURL:otherURL appURL:appURL actionInformation:actionMap additionalData:additionalData delegate:delegate];
|
||||||
};
|
};
|
||||||
|
|
||||||
// BAU dictionary comparsion breaks if client paramters sets the dictionarr. For now we will set client paramters only when its sent in the action map
|
/*
|
||||||
|
BAU dictionary comparsion breaks if client parameters sets the dictionary.
|
||||||
|
For now we will set client parameters only when its sent in the action map.
|
||||||
|
We can move the code to Objective-C if required.
|
||||||
|
*/
|
||||||
if ([actionInformation dict:KeyClientParameters]) {
|
if ([actionInformation dict:KeyClientParameters]) {
|
||||||
[self setClientParameterWith:actionInformation completionHandler:performAction];
|
[self setClientParameterWith:actionInformation completionHandler:performAction];
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user