Skip to content

Commit 06c7e11

Browse files
committed
chore: refactoring
1 parent b9c06ea commit 06c7e11

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
@@ -125,7 +125,7 @@ export class Pager extends PagerBase {
125125
}
126126

127127
setIndicator(indicator) {
128-
this.indicator = indicator;
128+
super.setIndicator(indicator);
129129
if (indicator) {
130130
this.indicator.setCount(this.items ? this.items.length : 0);
131131
this.indicator.setSelection(this.selectedIndex, false);

0 commit comments

Comments
 (0)