Fix android reset drawer (#662)

This commit is contained in:
enahum 2017-06-22 11:39:15 -04:00 committed by GitHub
parent 497ee45076
commit 0cf3382f4c

View file

@ -28,6 +28,7 @@ export default class SwiperAndroid extends PureComponent {
resetPage = () => {
this.refs.swiper.setPageWithoutAnimation(1);
this.props.onPageSelected(1);
};
render() {