File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1818#include "../util/vector_sequence_layer.h"
1919#include "../util/formatted_text_layer.h"
2020#include "../util/result_window.h"
21+ #include "../util/strings.h"
2122#include "../util/style.h"
2223#include "../util/memory/malloc.h"
2324#include "../util/memory/sdk.h"
@@ -176,6 +177,7 @@ static void prv_dictation_status_callback(DictationSession *session, DictationSe
176177 vector_sequence_layer_play (data -> loading_layer );
177178 DictionaryIterator * iter ;
178179 app_message_outbox_begin (& iter );
180+ strings_fix_android_bridge_bodge (transcription );
179181 dict_write_cstring (iter , MESSAGE_KEY_FEEDBACK_TEXT , transcription );
180182 VersionInfo version = version_get_current ();
181183 dict_write_int8 (iter , MESSAGE_KEY_FEEDBACK_APP_MAJOR , version .major );
You can’t perform that action at this time.
0 commit comments