Fix delete button
This commit is contained in:
@@ -65,7 +65,7 @@ export default class SymptomView extends Component {
|
|||||||
text: sharedDialogs.reallyDeleteData,
|
text: sharedDialogs.reallyDeleteData,
|
||||||
onPress: () => {
|
onPress: () => {
|
||||||
this.deleteSymptomEntry()
|
this.deleteSymptomEntry()
|
||||||
this.globalBackhandler()
|
this.props.handleBackButtonPress()
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user