TF-1371 Update position of Identity in reply/forward
(cherry picked from commit 53b99854e15b2eea12572d5c18322b43f744609f)
This commit is contained in:
@@ -622,7 +622,7 @@ class ComposerView extends GetWidget<ComposerController>
|
||||
minHeight: 550,
|
||||
addDefaultSelectionMenuItems: false,
|
||||
initialContent: initialContent ?? '',
|
||||
onCreated: (editorApi) => controller.initRichTextForMobile(context, editorApi)
|
||||
onCreated: (editorApi) => controller.initRichTextForMobile(context, editorApi, initialContent)
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user