Skip to content

Commit

Permalink
feat(renderer): opt iOS onPageScroll
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinwli committed Oct 31, 2023
1 parent 97b0fd7 commit dd7cb9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ - (bool)checkSendOnScrollEvent {
return false;
}

- (void) sendOnPageScrollEvent: (NSUInteger)position positionOffset:(CGFloat) positionOffset{
- (void)sendOnPageScrollEvent: (NSUInteger)position positionOffset:(CGFloat) positionOffset{
self.mHasUnsentScrollEvent = false;
self.onPageScroll(@{
@"position": @(position),
Expand Down

0 comments on commit dd7cb9e

Please sign in to comment.