Skip to content

Commit 66facf1

Browse files
committed
修复青屏按钮
1 parent 5bbc01e commit 66facf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DYYYFloatClearButton.xm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void initTargetClassNames(void) {
119119
NSMutableArray<NSString *> *list = [@[
120120
@"AWEHPTopBarCTAContainer", @"AWEHPDiscoverFeedEntranceView", @"AWELeftSideBarEntranceView", @"DUXBadge", @"AWEBaseElementView", @"AWEElementStackView", @"AWEPlayInteractionDescriptionLabel",
121121
@"AWEUserNameLabel", @"ACCEditTagStickerView", @"AWEFeedTemplateAnchorView", @"AWESearchFeedTagView", @"AWEPlayInteractionSearchAnchorView", @"AFDRecommendToFriendTagView",
122-
@"AWELandscapeFeedEntryView", @"AWEFeedAnchorContainerView", @"AFDAIbumFolioView", @"DUXPopover", @"AWEMixVideoPanelMoreView", @"AWEHotSearchInnerBottomView"
122+
@"AWELandscapeFeedEntryView", @"AWEFeedAnchorContainerView", @"AFDAIbumFolioView", @"DUXPopover", @"AWEMixVideoPanelMoreView", @"AWEHotSearchInnerBottomView", @"AWEHPSegmentControlScrollView"
123123
] mutableCopy];
124124
if ([[NSUserDefaults standardUserDefaults] boolForKey:@"DYYYHideTabBar"]) {
125125
[list addObject:@"AWENormalModeTabBar"];

0 commit comments

Comments
 (0)