Merge branch 'bugfix/super-call-otheractions' into 'develop'
Bugfix for missing [super] call See merge request BPHV_MIPS/mvm_core_ui!769
This commit is contained in:
commit
c67ebbb560
@ -35,7 +35,7 @@
|
||||
[self topNotificationAction:actionInformation additionalData:additionalData delegateObject:delegateObject];
|
||||
return YES;
|
||||
}
|
||||
return NO;
|
||||
return [super handleOtherActions:actionType actionInformation:actionInformation additionalData:additionalData delegateObject:delegateObject];
|
||||
}
|
||||
|
||||
- (void)openPageAction:(NSDictionary *)actionInformation additionalData:(NSDictionary *)additionalData delegateObject:(DelegateObject *)delegateObject {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user