This commit is contained in:
2025-12-15 15:40:25 +08:00
parent 2620bd6845
commit d5b4ef2b59
3 changed files with 3 additions and 2 deletions

View File

@@ -333,7 +333,7 @@ static NSString * const kKBJfPayCellId = @"kKBJfPayCellId";
}
[[FGIAPManager shared].iap buyProduct:match onCompletion:^(NSString * _Nonnull message, FGIAPManagerPurchaseRusult result) {
dispatch_async(dispatch_get_main_queue(), ^{
[KBHUD dismiss];
// [KBHUD dismiss];
});
}];
});