Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
fix: fix typo preventing the screen from being cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Aug 18, 2019
1 parent 3f7a54d commit 354da7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stack/src/views/Stack/StackItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class StackItem extends React.PureComponent<Props> {
this.props.onOpenRoute({ route: this.props.scene.route });

private handleClose = () =>
this.props.onOpenRoute({ route: this.props.scene.route });
this.props.onCloseRoute({ route: this.props.scene.route });

private handleTransitionStart = ({ closing }: { closing: boolean }) => {
const { index, scene, onTransitionStart, onGoBack } = this.props;
Expand Down

0 comments on commit 354da7d

Please sign in to comment.