修正混淆環境容易出錯的部分

This commit is contained in:
eggmanQQQ
2024-06-28 17:36:24 +08:00
parent 79fca3d9b6
commit a4d8ae4386
2 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ UIKIT_EXTERN NSString * adImageName;
config.channel = [YYUtility getAppSource];;
config.blockMonitorEnable = NO; //
config.reportLogLevel = BuglyLogLevelWarn; //
NSString *buylyKey = "8627948559"; // isEnterprise == NO ? @"5334684d86" : @"d65df59a68";
NSString *buylyKey = @"8627948559"; // isEnterprise == NO ? @"5334684d86" : @"d65df59a68";
[Bugly startWithAppId:buylyKey config:config];
#endif

View File

@@ -48,8 +48,8 @@
}
- (void)handleTapGesture {
if (_didTapAvatar) {
_didTapAvatar(self.type);
if (self.didTapAvatar) {
self.didTapAvatar(self.type);
}
if (self.delegate) {