Skip to content

Commit

Permalink
Fix swipe back gesture issue
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderLu committed Feb 20, 2016
1 parent 967ea68 commit 2d06a8c
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 2d06a8c

Please sign in to comment.