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 2d433b6 commit dce53e5Copy full SHA for dce53e5
src/ui-pager/index.ios.ts
@@ -380,7 +380,7 @@ export class Pager extends PagerBase {
380
}
381
// dispatch_async(main_queue, () => {
382
if (this.mDataSource.collectionViewNumberOfItemsInSection(this.nativeViewProtected, 0) > maxMinIndex) {
383
- this.nativeViewProtected.setContentOffsetAnimated(CGPointMake(1, 0), !!animate)
+ this.nativeViewProtected.setContentOffsetAnimated(CGPointMake(1, 0), !!animate);
384
this.nativeViewProtected.scrollToItemAtIndexPathAtScrollPositionAnimated(
385
NSIndexPath.indexPathForItemInSection(maxMinIndex, 0),
386
this.orientation === 'vertical' ? UICollectionViewScrollPosition.CenteredVertically : UICollectionViewScrollPosition.CenteredHorizontally,
0 commit comments