Android: fix inaccurate scroll when slider in gallery style
This commit is contained in:
@@ -33,5 +33,9 @@ class SliderStyleDemo extends Panel {
|
||||
heightSpec: LayoutSpec.MOST,
|
||||
}
|
||||
}))
|
||||
|
||||
setTimeout(() => {
|
||||
pager.slidePage(this.context, 2, false);
|
||||
}, 200)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user