Skip to content

Commit fb5fa51

Browse files
author
Gerardo
committed
Gutenberg - Add onVoiceToContent
1 parent 595f399 commit fb5fa51

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

libs/editor/src/main/java/org/wordpress/android/editor/gutenberg/GutenbergContainerFragment.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,10 @@ public void onRedoPressed() {
311311
mWPAndroidGlueCode.onRedoPressed();
312312
}
313313

314+
public void onVoiceToContent(String content) {
315+
mWPAndroidGlueCode.onVoiceToContent(content);
316+
}
317+
314318
public void updateCapabilities(GutenbergPropsBuilder gutenbergPropsBuilder) {
315319
// We want to make sure that activity isn't null
316320
// as it can make this crash to happen: https://github.com/wordpress-mobile/WordPress-Android/issues/13248

0 commit comments

Comments
 (0)