Skip to content

Commit dce53e5

Browse files
authored
cleanup
1 parent 2d433b6 commit dce53e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-pager/index.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ export class Pager extends PagerBase {
380380
}
381381
// dispatch_async(main_queue, () => {
382382
if (this.mDataSource.collectionViewNumberOfItemsInSection(this.nativeViewProtected, 0) > maxMinIndex) {
383-
this.nativeViewProtected.setContentOffsetAnimated(CGPointMake(1, 0), !!animate)
383+
this.nativeViewProtected.setContentOffsetAnimated(CGPointMake(1, 0), !!animate);
384384
this.nativeViewProtected.scrollToItemAtIndexPathAtScrollPositionAnimated(
385385
NSIndexPath.indexPathForItemInSection(maxMinIndex, 0),
386386
this.orientation === 'vertical' ? UICollectionViewScrollPosition.CenteredVertically : UICollectionViewScrollPosition.CenteredHorizontally,

0 commit comments

Comments
 (0)