Skip to content

Commit 492689d

Browse files
guangyaoguangyao
authored andcommitted
fix
1 parent cd6c99c commit 492689d

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.1];
112+
[self performSelector:@selector(reloadData) withObject:nil afterDelay:0.2];
113113
}
114114
}
115115

0 commit comments

Comments
 (0)