Skip to content

Commit f73dfb4

Browse files
authored
types: add setAnimationEnabled to TabViewPager (NativeScript#8846)
1 parent 86395da commit f73dfb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/types-android/src/lib/android/org.nativescript.widgets.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@
460460
constructor(context: android.content.Context, attrs: android.util.AttributeSet);
461461

462462
setSwipePageEnabled(enabled: boolean): void;
463+
setAnimationEnabled(enabled: boolean): void;
463464
}
464465

465466
export class TabItemSpec {
@@ -619,4 +620,4 @@
619620
}
620621
}
621622
}
622-
}
623+
}

0 commit comments

Comments
 (0)