mirror of https://github.com/laurent22/joplin.git
Chore: Mobile: Fixed typo
parent
ef256a82ab
commit
47be6bcde3
|
@ -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 });
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue