Skip to content

Commit 39a61b1

Browse files
author
farfromrefug
committed
fix(android): another circularMode fix
1 parent aa45ba2 commit 39a61b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui-pager/index.android.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,9 @@ export class Pager extends PagerBase {
431431
nativeView.setCurrentItem(index, animate);
432432
if (!animate) {
433433
// without animate we wont go through the delegate
434-
selectedIndexProperty.nativeValueChange(this, index);
434+
selectedIndexProperty.nativeValueChange(this, value);
435435
if (this.indicator) {
436-
this.indicator.setSelection(index, false);
436+
this.indicator.setSelection(value, false);
437437
}
438438
}
439439
if (requestTransform) {

0 commit comments

Comments
 (0)