From 7a08143234e1e12afadbeaeb213e874e73f2f336 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 12 Jan 2022 02:49:22 +0400 Subject: [PATCH] [DE mobile] For Bug 54019 --- .../documenteditor/mobile/src/view/settings/Download.jsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/documenteditor/mobile/src/view/settings/Download.jsx b/apps/documenteditor/mobile/src/view/settings/Download.jsx index 82d2ded93..4e822fd2e 100644 --- a/apps/documenteditor/mobile/src/view/settings/Download.jsx +++ b/apps/documenteditor/mobile/src/view/settings/Download.jsx @@ -17,6 +17,15 @@ const Download = props => { props.onSaveFormat(Asc.c_oAscFileType.DOCX)}> + {dataDoc.fileType === 'docxf' || dataDoc.fileType === 'docx' ? [ + props.onSaveFormat(Asc.c_oAscFileType.DOCXF)}> + + , + props.onSaveFormat(Asc.c_oAscFileType.OFORM)}> + + + ] + : null} props.onSaveFormat(Asc.c_oAscFileType.PDF)}>