Skip to content

Commit b0dbb39

Browse files
author
Pavlo Aksonov
committed
Merge pull request #231 from xanderlu/master
Fix swipe back gesture issue
2 parents 875f586 + 2d06a8c commit b0dbb39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Router.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default class Router extends React.Component {
3535
let route = ev.data.route;
3636
let name = route.name;
3737
let title = route.title;
38+
Actions.currentRouter = this.router;
3839

3940
this.props.dispatch({
4041
type: Actions.BEFORE_FOCUS,

0 commit comments

Comments
 (0)