Skip to content
Merged
Changes from 2 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
3 changes: 3 additions & 0 deletions ExRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ export class ExRouteAdapter {
if (this.route.props.renderLeftButton){
this.renderLeftButton = this.route.props.renderLeftButton.bind(this.route);
}
if (this.route.props.renderBackButton){
this.renderBackButton = this.route.props.renderBackButton.bind(this.route);
}
}

configureScene() {
Expand Down