File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
source/views/settings/sections Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class TokenLoginSection extends React.Component {
1919 }
2020
2121 logIn = ( ) => {
22- this . props . navigation . push ( 'SISLoginView' , {
22+ this . props . navigation . navigate ( 'SISLoginView' , {
2323 onLoginComplete : this . props . logIn ,
2424 } )
2525 }
Original file line number Diff line number Diff 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' )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default class SupportSection extends React.Component {
1313 props : TopLevelViewPropsType
1414
1515 onPressButton = ( id : string ) => {
16- this . props . navigation . push ( id )
16+ this . props . navigation . navigate ( id )
1717 }
1818
1919 getDeviceInfo = ( ) => `
You can’t perform that action at this time.
0 commit comments