移除不使用代码

This commit is contained in:
edwinQQQ
2025-02-10 19:12:27 +08:00
parent fc399e0afc
commit 8a1ed09905
26 changed files with 3 additions and 118 deletions

View File

@@ -29,7 +29,6 @@
#import "XCCurrentVCStackManager.h"
#import "Api+Home.h"
#import "YUMIConstant.h"
#import "StatisticsServiceHelper.h"
#import "Api+Moments.h"
#import "XPAdImageTool.h"
#import "YYUtility.h"
@@ -480,7 +479,6 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
UISwipeGestureRecognizer *recognizer = [[UISwipeGestureRecognizer alloc] initWithTarget:self action:@selector(handleAnchorCardSwipeFrom:)];
[recognizer setDirection:(UISwipeGestureRecognizerDirectionUp)];
[self.anchorCardView addGestureRecognizer:recognizer];
// // [StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventPersonalshowTopCardShow];
}
}
@@ -963,7 +961,6 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
#pragma mark -
- (void)handleActivityTaskTip:(NSString *)msg url:(NSString *)url {
if (!self.taskTipView.superview && url.length) {
// // [StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventtask_toast_show];
[self.view addSubview:self.taskTipView];
self.taskTipView.desc = msg;
self.taskTipView.url = url;
@@ -979,7 +976,6 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
}
- (void)jumpToTask:(UITapGestureRecognizer *)ges {
// [StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventtask_toast_click];
XPWebViewController * webVC =[[XPWebViewController alloc] initWithRoomUID:nil];
webVC.url = self.taskTipView.url;
[self.selectedViewController.navigationController pushViewController:webVC animated:YES];