修正混淆環境容易出錯的部分
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -48,8 +48,8 @@
|
||||
}
|
||||
|
||||
- (void)handleTapGesture {
|
||||
if (_didTapAvatar) {
|
||||
_didTapAvatar(self.type);
|
||||
if (self.didTapAvatar) {
|
||||
self.didTapAvatar(self.type);
|
||||
}
|
||||
|
||||
if (self.delegate) {
|
||||
|
Reference in New Issue
Block a user