We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87d9f7 commit cd6c99cCopy full SHA for cd6c99c
ios/RCTAuroraIMUI/DWCustomView/DWEmoticonView/NIMPageView.m
@@ -109,7 +109,7 @@ - (void)scrollToPage: (NSInteger)page
109
{
110
_currentPage = page;
111
// [self reloadData];
112
- [self performSelector:@selector(reloadData) withObject:nil afterDelay:0.5];
+ [self performSelector:@selector(reloadData) withObject:nil afterDelay:0.1];
113
}
114
115
0 commit comments