1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Mobile: When inside a note, do not show side menu and search buttons

This commit is contained in:
Laurent Cozic 2019-06-26 22:54:09 +01:00
parent f985cfa25c
commit 0a06aa6f9f

View File

@ -773,6 +773,8 @@ class NoteScreenComponent extends BaseScreenComponent {
showSaveButton={showSaveButton}
saveButtonDisabled={saveButtonDisabled}
onSaveButtonPress={() => this.saveNoteButton_press()}
showSideMenuButton={false}
showSearchButton={false}
/>
{ titleComp }
{ bodyComponent }