Skip to content

Commit b4c4399

Browse files
committed
fix(android): oups
1 parent 3aac670 commit b4c4399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-pager/index.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export class Pager extends PagerBase {
166166
let result: T, v: PagerViewHolder;
167167
for (let it = this._viewHolders.values(), cellItemView: PagerViewHolder = null; (cellItemView = it.next().value); ) {
168168
if (cellItemView) {
169-
result = cb(v);
169+
result = cb(cellItemView);
170170
if (result) {
171171
return result;
172172
}

0 commit comments

Comments
 (0)