1
This commit is contained in:
@@ -192,7 +192,11 @@ static id KBKeyboardSubscriptionSanitizeJSON(id obj) {
|
||||
}
|
||||
|
||||
- (void)onTapAgreement {
|
||||
[KBHUD showInfo:KBLocalized(@"Agreement coming soon")];
|
||||
if ([self.delegate respondsToSelector:@selector(subscriptionViewDidTapAgreement:)]) {
|
||||
[self.delegate subscriptionViewDidTapAgreement:self];
|
||||
return;
|
||||
}
|
||||
[KBHUD showInfo:KBLocalized(@"Please open the App to view the agreement")];
|
||||
}
|
||||
|
||||
#pragma mark - Data
|
||||
|
||||
Reference in New Issue
Block a user