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:
Pfeil, Scott Robert 2021-10-21 20:26:04 +00:00
commit c67ebbb560

View File

@ -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 {