Chore: Mobile: Fixed typo

pull/8138/head
Laurent Cozic 2023-05-07 14:56:02 +01:00
parent ef256a82ab
commit 47be6bcde3
1 changed files with 1 additions and 2 deletions

View File

@ -927,8 +927,7 @@ class NoteScreenComponent extends BaseScreenComponent {
output.push({
title: _('Voice typing...'),
onPress: () => {
this.voiceRecording_onPress();
// this.setState({ voiceTypingDialogShown: true });
this.setState({ voiceTypingDialogShown: true });
},
});
}