Skip to content

Commit

Permalink
fix navigaton
Browse files Browse the repository at this point in the history
  • Loading branch information
thesahindia committed Aug 2, 2022
1 parent 5707b17 commit 2f082ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReportSettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class ReportSettingsPage extends Component {
title={this.props.translate('common.settings')}
shouldShowBackButton
onBackButtonPress={() => Navigation.goBack()}
onCloseButtonPress={() => Navigation.dismissModal(true)}
onCloseButtonPress={() => Navigation.dismissModal()}
/>
<ScrollView style={styles.flex1} contentContainerStyle={styles.p5}>
<View>
Expand Down

0 comments on commit 2f082ae

Please sign in to comment.