Fix android reset drawer (#662)
This commit is contained in:
parent
497ee45076
commit
0cf3382f4c
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ export default class SwiperAndroid extends PureComponent {
|
|||
|
||||
resetPage = () => {
|
||||
this.refs.swiper.setPageWithoutAnimation(1);
|
||||
this.props.onPageSelected(1);
|
||||
};
|
||||
|
||||
render() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue