mobile: remove progress bar

This commit is contained in:
Ammar Ahmed
2024-01-29 19:06:01 +05:00
parent 9d1374dcd4
commit 8d04f89a18

View File

@@ -115,7 +115,7 @@ export const EditorWrapper = ({ width }) => {
style={{ height: 1, padding: 0, width: 1, position: "absolute" }}
blurOnSubmit={false}
/>
<ProgressBar />
{/* <ProgressBar /> */}
<Editor key="editor" withController={true} />
</KeyboardAvoidingViewIOS>
)}