Skip to content

Commit

Permalink
Merge pull request #231 from xanderlu/master
Browse files Browse the repository at this point in the history
Fix swipe back gesture issue
  • Loading branch information
Pavlo Aksonov committed Feb 22, 2016
2 parents 875f586 + 2d06a8c commit b0dbb39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Router.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default class Router extends React.Component {
let route = ev.data.route;
let name = route.name;
let title = route.title;
Actions.currentRouter = this.router;

this.props.dispatch({
type: Actions.BEFORE_FOCUS,
Expand Down

0 comments on commit b0dbb39

Please sign in to comment.