fix to use key
This commit is contained in:
parent
44d10688ce
commit
6bad0e1b34
@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
- (NSDictionary *)buttonMap {
|
||||
return [self.pageJSON dict:@"ButtonMap"];
|
||||
return [self.pageJSON dict:KeyButtonMap];
|
||||
}
|
||||
|
||||
- (nullable instancetype)initWithRequestParameters:(nullable MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegate:(nullable NSObject<MVMCoreLoadDelegateProtocol,MVMCorePresentationDelegateProtocol,MVMCoreActionDelegateProtocol>*)delegate {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user