Android: optimize code

This commit is contained in:
pengfei.zhou
2021-07-27 17:52:06 +08:00
committed by osborn
parent ba099b6f7e
commit 1fdc84745c
2 changed files with 3 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ class StickDemo extends Panel {
}),
(new NestedSlider).also(v => {
v.scrollable = false
this.sliderView = v;
v.onPageSlided = (idx) => {
this.refreshTabs(idx)