TF-867 [Android] Share image with TeamMail app but image is not add to inline image
This commit is contained in:
@@ -139,6 +139,7 @@ class RichTextMobileTabletController extends BaseRichTextController {
|
|||||||
if (image.source == ImageSource.network) {
|
if (image.source == ImageSource.network) {
|
||||||
htmlEditorApi?.insertImageLink(image.link!);
|
htmlEditorApi?.insertImageLink(image.link!);
|
||||||
} else {
|
} else {
|
||||||
|
await htmlEditorApi?.moveCursorAtLastNode();
|
||||||
htmlEditorApi?.insertHtml(image.base64Uri ?? '');
|
htmlEditorApi?.insertHtml(image.base64Uri ?? '');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user