This commit is contained in:
2026-03-08 21:29:10 +08:00
parent 9fb2e2e694
commit c1ace5f53e
34 changed files with 870 additions and 1930 deletions

View File

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