Skip to content

Commit cd6c99c

Browse files
guangyaoguangyao
authored andcommitted
优化第一次打开页面点击消息慢的问题
1 parent a87d9f7 commit cd6c99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RCTAuroraIMUI/DWCustomView/DWEmoticonView/NIMPageView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ - (void)scrollToPage: (NSInteger)page
109109
{
110110
_currentPage = page;
111111
// [self reloadData];
112-
[self performSelector:@selector(reloadData) withObject:nil afterDelay:0.5];
112+
[self performSelector:@selector(reloadData) withObject:nil afterDelay:0.1];
113113
}
114114
}
115115

0 commit comments

Comments
 (0)