Skip to content

Commit 8395cde

Browse files
authored
call navigation.navigate in odds-and-ends
1 parent ffc834c commit 8395cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/settings/sections/odds-and-ends.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class OddsAndEndsSection extends React.Component {
1717
}
1818

1919
onPressButton = (id: string) => {
20-
this.props.navigation.push(id)
20+
this.props.navigation.navigate(id)
2121
}
2222

2323
onCreditsButton = () => this.onPressButton('CreditsView')

0 commit comments

Comments
 (0)