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 cd6c99c commit 492689dCopy full SHA for 492689d
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.1];
+ [self performSelector:@selector(reloadData) withObject:nil afterDelay:0.2];
113
}
114
115
0 commit comments