1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Chore: Mobile: Fixed typo

This commit is contained in:
Laurent Cozic 2023-05-07 14:56:02 +01:00
parent ef256a82ab
commit 47be6bcde3

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 });
},
});
}