From 2b3bd6a22656beefdc07ef812e92ba13ad620f2c Mon Sep 17 00:00:00 2001 From: stewen Date: Sat, 12 Aug 2023 15:25:17 +0800 Subject: [PATCH] debug --- ios/Classes/Api/MOPAppletDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Classes/Api/MOPAppletDelegate.m b/ios/Classes/Api/MOPAppletDelegate.m index cdb730b..5866728 100644 --- a/ios/Classes/Api/MOPAppletDelegate.m +++ b/ios/Classes/Api/MOPAppletDelegate.m @@ -57,9 +57,9 @@ } - (BOOL)appletInfo:(FATAppletInfo *)appletInfo didClickMoreBtnAtPath:(NSString *)path { - NSLog(@"appletInfo:didClickMoreBtnAtPath"); __block BOOL flag; FlutterMethodChannel *channel = [[MopPlugin instance] methodChannel]; + NSLog(@"appletInfo:didClickMoreBtnAtPath,appId=%@,path=%@,channel=%@",appletInfo.appId,path,channel); [channel invokeMethod:@"extensionApi:customCapsuleMoreButtonClick" arguments:@{@"appId": appletInfo.appId} result:^(id _Nullable result) { CFRunLoopStop(CFRunLoopGetMain()); if ([result isKindOfClass:[NSNumber class]]) {