removed comment
This commit is contained in:
parent
30aa209357
commit
881f1276ec
@ -95,7 +95,6 @@ NSString * const KeyActionTypeOpen = @"openPage";
|
|||||||
[self showAlert:actionInformation additionalData:additionalData delegateObject:delegateObject];
|
[self showAlert:actionInformation additionalData:additionalData delegateObject:delegateObject];
|
||||||
|
|
||||||
} else if ([actionType isEqualToString:KeyActionTypeNoop]){
|
} else if ([actionType isEqualToString:KeyActionTypeNoop]){
|
||||||
// Need to tag analytics data
|
|
||||||
} else if (![self handleOtherActions:actionType actionInformation:actionInformation additionalData:additionalData delegateObject:delegateObject]) {
|
} else if (![self handleOtherActions:actionType actionInformation:actionInformation additionalData:additionalData delegateObject:delegateObject]) {
|
||||||
// not a known action type.
|
// not a known action type.
|
||||||
[self unknownAction:actionType actionInformation:actionInformation additionalData:additionalData delegateObject:delegateObject];
|
[self unknownAction:actionType actionInformation:actionInformation additionalData:additionalData delegateObject:delegateObject];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user