Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix swipe back gesture issue
  • Loading branch information
XanderLu committed Feb 20, 2016
commit 2d06a8cfa4a951c1993de5f2fc9ce13d0c61c677
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